summaryrefslogtreecommitdiffstats
path: root/java/com/google/gerrit/server/CommentContextLoader.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/com/google/gerrit/server/CommentContextLoader.java')
-rw-r--r--java/com/google/gerrit/server/CommentContextLoader.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/java/com/google/gerrit/server/CommentContextLoader.java b/java/com/google/gerrit/server/CommentContextLoader.java
index 7f846932b3..bbc7cf3e62 100644
--- a/java/com/google/gerrit/server/CommentContextLoader.java
+++ b/java/com/google/gerrit/server/CommentContextLoader.java
@@ -63,7 +63,8 @@ public class CommentContextLoader {
/**
* Returns an empty list of {@link ContextLineInfo}. Clients are expected to call this method one
- * or more times. Each call returns a reference to an empty {@link List<ContextLineInfo>}.
+ * or more times. Each call returns a reference to an empty {@link List
+ * List&lt;ContextLineInfo&gt;}.
*
* <p>A single call to {@link #fill()} will cause all list references returned from this method to
* be populated. If a client calls this method again with a comment that was passed before calling