File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
src/main/java/com/tagtraum/perf/gcviewer/view/model Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11package 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-
73import java .io .File ;
84import java .net .MalformedURLException ;
95import java .net .URL ;
1410import java .util .logging .Logger ;
1511import 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 ">" .
3838 *
3939 * @param resourceNameGroup resource names separated by ";"
4040 */
You can’t perform that action at this time.
0 commit comments