Skip to content

Commit 8389030

Browse files
committed
fix javadoc problem (#61)
1 parent 1f0e751 commit 8389030

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/main/java/com/tagtraum/perf/gcviewer/view/model/GCResourceGroup.java

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
package com.tagtraum.perf.gcviewer.view.model;
22

3-
import com.tagtraum.perf.gcviewer.model.GCResource;
4-
import com.tagtraum.perf.gcviewer.model.GcResourceFile;
5-
import com.tagtraum.perf.gcviewer.model.GcResourceSeries;
6-
73
import java.io.File;
84
import java.net.MalformedURLException;
95
import java.net.URL;
@@ -14,6 +10,10 @@
1410
import java.util.logging.Logger;
1511
import java.util.stream.Collectors;
1612

13+
import com.tagtraum.perf.gcviewer.model.GCResource;
14+
import com.tagtraum.perf.gcviewer.model.GcResourceFile;
15+
import com.tagtraum.perf.gcviewer.model.GcResourceSeries;
16+
1717
/**
1818
* <p>Holds a group of resource names (those displayed in the same GCDocument).</p>
1919
* <p>
@@ -34,7 +34,7 @@ public GCResourceGroup(List<GCResource> gcResourceList) {
3434

3535
/**
3636
* Initialise a group from a single string consisting of {@link GcResourceFile}s separated by "{@value RESOURCE_SEPARATOR}"
37-
* and contents of a {@link GcResourceSeries} separated by {@value SERIES_SEPARATOR}.
37+
* and contents of a {@link GcResourceSeries} separated by "&gt;".
3838
*
3939
* @param resourceNameGroup resource names separated by ";"
4040
*/

0 commit comments

Comments
 (0)