Skip to content

Commit

Permalink
Minor refactoring
Browse files Browse the repository at this point in the history
Signed-off-by: Mohammad Ghazanfar Ali Danish <[email protected]>
  • Loading branch information
mdanish98 committed Nov 24, 2023
1 parent 12471ab commit 3930feb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,8 @@ public void deleteFileValue(String submodelId, String idShortPath) throws Elemen
decorated.deleteFileValue(submodelId, idShortPath);
}

private void integrateSubmodelWithRegistry(Submodel submodel, String aasRepositoryURL) {
SubmodelDescriptor descriptor = new SubmodelDescriptorFactory(submodel, aasRepositoryURL, attributeMapper).create();
private void integrateSubmodelWithRegistry(Submodel submodel, String submodelRepositoryURL) {
SubmodelDescriptor descriptor = new SubmodelDescriptorFactory(submodel, submodelRepositoryURL, attributeMapper).create();

SubmodelRegistryApi registryApi = submodelRepositoryRegistryLink.getRegistryApi();

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
<module>basyx.common</module>
<module>basyx.submodelservice</module>
<module>basyx.submodelrepository</module>
<!--<module>basyx.submodelregistry</module>-->
<module>basyx.submodelregistry</module>
<module>basyx.aasservice</module>
<module>basyx.aasrepository</module>
<!--<module>basyx.aasregistry</module>-->
<module>basyx.aasregistry</module>
<module>basyx.aasenvironment</module>
<module>basyx.conceptdescriptionrepository</module>
<module>basyx.aasxfileserver</module>
Expand Down

0 comments on commit 3930feb

Please sign in to comment.