Skip to content

Commit

Permalink
fix property file name
Browse files Browse the repository at this point in the history
  • Loading branch information
wow-such-code committed Oct 30, 2024
1 parent d258d07 commit 1c55331
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 @@ -140,7 +140,7 @@ private void parseConfigs() throws IOException, ParserConfigurationException, SA
final String dataTypeToAttributeType = "openbis_datatype_to_seek_attributetype.xml";
final String datasetToAssaytype = "dataset_type_to_asset_type.properties";
final String experimentTypeToAssayClass = "experiment_type_to_assay_class.properties";
final String experimentTypeToAssayType = "experiment_type_to_seek_assay_type.properties";
final String experimentTypeToAssayType = "experiment_type_to_assay_type.properties";
this.experimentTypeToAssayType = PropertyReader.getProperties(experimentTypeToAssayType);
this.datasetTypeToAssetType = PropertyReader.getProperties(datasetToAssaytype);
this.experimentTypeToAssayClass = PropertyReader.getProperties(experimentTypeToAssayClass);
Expand Down

0 comments on commit 1c55331

Please sign in to comment.