aboutsummaryrefslogtreecommitdiff
path: root/guava-testlib/src/com/google/common/collect/testing/TestSubjectGenerator.java
diff options
context:
space:
mode:
Diffstat (limited to 'guava-testlib/src/com/google/common/collect/testing/TestSubjectGenerator.java')
-rw-r--r--guava-testlib/src/com/google/common/collect/testing/TestSubjectGenerator.java5
1 files changed, 3 insertions, 2 deletions
diff --git a/guava-testlib/src/com/google/common/collect/testing/TestSubjectGenerator.java b/guava-testlib/src/com/google/common/collect/testing/TestSubjectGenerator.java
index 4a8ae76a8..4378c85c2 100644
--- a/guava-testlib/src/com/google/common/collect/testing/TestSubjectGenerator.java
+++ b/guava-testlib/src/com/google/common/collect/testing/TestSubjectGenerator.java
@@ -19,10 +19,11 @@ package com.google.common.collect.testing;
import com.google.common.annotations.GwtCompatible;
/**
- * To be implemented by test generators that can produce test subjects without requiring any
- * parameters.
+ * To be implemented by test generators that can produce test subjects without
+ * requiring any parameters.
*
* @param <T> the type created by this generator.
+ *
* @author George van den Driessche
*/
@GwtCompatible