Skip to content

Commit 4d23fa1

Browse files
author
Vladimir Kotal
committed
fix javadoc
1 parent 8a3a51f commit 4d23fa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/org/opensolaris/opengrok/search/Summary.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public static class Ellipsis extends Fragment {
7575

7676
private static final Fragment[] FRAGMENT_PROTO = new Fragment[0];
7777

78-
/** Adds a fragment to a summary.*/
78+
/* Adds a fragment to a summary.*/
7979
public void add(Fragment fragment) { fragments.add(fragment); }
8080

8181
/** Returns an array of all of this summary's fragments.*/

0 commit comments

Comments
 (0)