forked from D-Net/dnet-hadoop
fixed wrong property file path name
This commit is contained in:
parent
0f60436e52
commit
31791dcf3d
|
@ -41,7 +41,7 @@ public class CreateContextEntities implements Serializable {
|
|||
.toString(
|
||||
CreateContextEntities.class
|
||||
.getResourceAsStream(
|
||||
"/eu/dnetlib/dhp/oa/graph/dump_whole/input_entity_parameters.json"));
|
||||
"/eu/dnetlib/dhp/oa/graph/dump_whole/input_entity_parameter.json"));
|
||||
|
||||
final ArgumentApplicationParser parser = new ArgumentApplicationParser(jsonConfiguration);
|
||||
parser.parseArgument(args);
|
||||
|
|
|
@ -40,7 +40,7 @@ public class CreateContextRelation implements Serializable {
|
|||
.toString(
|
||||
CreateContextRelation.class
|
||||
.getResourceAsStream(
|
||||
"/eu/dnetlib/dhp/oa/graph/dump_whole/input_entity_parameters.json"));
|
||||
"/eu/dnetlib/dhp/oa/graph/dump_whole/input_entity_parameter.json"));
|
||||
|
||||
final ArgumentApplicationParser parser = new ArgumentApplicationParser(jsonConfiguration);
|
||||
parser.parseArgument(args);
|
||||
|
|
Loading…
Reference in New Issue