File tree 1 file changed +5
-5
lines changed
src/main/java/com/tagtraum/perf/gcviewer/view/model
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
package com .tagtraum .perf .gcviewer .view .model ;
2
2
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
-
7
3
import java .io .File ;
8
4
import java .net .MalformedURLException ;
9
5
import java .net .URL ;
14
10
import java .util .logging .Logger ;
15
11
import java .util .stream .Collectors ;
16
12
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
+
17
17
/**
18
18
* <p>Holds a group of resource names (those displayed in the same GCDocument).</p>
19
19
* <p>
@@ -34,7 +34,7 @@ public GCResourceGroup(List<GCResource> gcResourceList) {
34
34
35
35
/**
36
36
* 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 ">" .
38
38
*
39
39
* @param resourceNameGroup resource names separated by ";"
40
40
*/
You can’t perform that action at this time.
0 commit comments