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 3a8465e commit 5670a47Copy full SHA for 5670a47
opengrok-indexer/src/main/java/org/opengrok/indexer/search/Summary.java
@@ -80,7 +80,7 @@ public static class Ellipsis extends Fragment {
80
81
/** Returns an array of all of this summary's fragments.*/
82
public Fragment[] getFragments() {
83
- return (Fragment[])fragments.toArray(FRAGMENT_PROTO);
+ return fragments.toArray(FRAGMENT_PROTO);
84
}
85
86
/** Returns an HTML representation of this fragment. */
0 commit comments