File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
src/main/java/ldbc/snb/datagen Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -46,8 +46,6 @@ public class DatagenParams {
46
46
public static final String DICTIONARY_DIRECTORY = "/dictionaries/" ;
47
47
public static final String SPARKBENCH_DIRECTORY = "/sparkbench" ;
48
48
public static final String IPZONE_DIRECTORY = "/ipaddrByCountries" ;
49
- public static final String STATS_FILE = "testdata.json" ;
50
- public static final String RDF_OUTPUT_FILE = "ldbc_socialnet_dbg" ;
51
49
public static final String PERSON_COUNTS_FILE = "personFactors.txt" ;
52
50
public static final String ACTIVITY_FILE = "activityFactors.txt" ;
53
51
@@ -128,7 +126,7 @@ private enum ParameterNames {
128
126
129
127
private final String name ;
130
128
131
- private ParameterNames (String name ) {
129
+ ParameterNames (String name ) {
132
130
this .name = name ;
133
131
}
134
132
You can’t perform that action at this time.
0 commit comments