We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a3a51f commit 4d23fa1Copy full SHA for 4d23fa1
src/org/opensolaris/opengrok/search/Summary.java
@@ -75,7 +75,7 @@ public static class Ellipsis extends Fragment {
75
76
private static final Fragment[] FRAGMENT_PROTO = new Fragment[0];
77
78
- /** Adds a fragment to a summary.*/
+ /* Adds a fragment to a summary.*/
79
public void add(Fragment fragment) { fragments.add(fragment); }
80
81
/** Returns an array of all of this summary's fragments.*/
0 commit comments