Skip to content

Commit

Permalink
fix config name
Browse files Browse the repository at this point in the history
  • Loading branch information
wow-such-code committed Oct 11, 2024
1 parent b9a6f20 commit e2c91a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/life/qbic/model/OpenbisSeekTranslator.java
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ private void parseConfigs() throws IOException, ParserConfigurationException, SA
final String dataTypeToAttributeType = "openbis_datatype_to_seek_attributetype.xml";
final String datasetToAssaytype = "dataset_type_to_assaytype.properties";
final String experimentTypeToAssayClass = "experiment_type_to_assay_class.properties";
final String experimentTypeToAssayType = "more.properties";
final String experimentTypeToAssayType = "openbis_experiment_type_to_seek_assaytype.properties";
this.experimentTypeToAssayType = PropertyReader.getProperties(experimentTypeToAssayType);
this.datasetTypeToAssetType = PropertyReader.getProperties(datasetToAssaytype);
this.experimentTypeToAssayClass = PropertyReader.getProperties(experimentTypeToAssayClass);
Expand Down

0 comments on commit e2c91a5

Please sign in to comment.