aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/java/com/google/common/truth/CustomSubjectBuilder.java
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/main/java/com/google/common/truth/CustomSubjectBuilder.java')
-rw-r--r--core/src/main/java/com/google/common/truth/CustomSubjectBuilder.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/src/main/java/com/google/common/truth/CustomSubjectBuilder.java b/core/src/main/java/com/google/common/truth/CustomSubjectBuilder.java
index 3b4f6b11..0b84ef88 100644
--- a/core/src/main/java/com/google/common/truth/CustomSubjectBuilder.java
+++ b/core/src/main/java/com/google/common/truth/CustomSubjectBuilder.java
@@ -18,6 +18,7 @@ package com.google.common.truth;
import static com.google.common.base.Preconditions.checkNotNull;
+
/**
* In a fluent assertion chain, exposes one or more "custom" {@code that} methods, which accept a
* value under test and return a {@link Subject}.
@@ -69,5 +70,5 @@ public abstract class CustomSubjectBuilder {
return metadata;
}
- // TODO(user): Better enforce that subclasses implement a that() method.
+ // TODO(user,cgruber): Better enforce that subclasses implement a that() method.
}