fixed wrong property file path name

This commit is contained in:
Miriam Baglioni 2020-07-29 18:20:08 +02:00
parent 0f60436e52
commit 31791dcf3d
2 changed files with 2 additions and 2 deletions

View File

@ -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);

View File

@ -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);