Skip to content

Commit

Permalink
Triggering the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusmolina-iese authored Sep 17, 2024
1 parent af6a98c commit f20b967
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ public Submodel getSubmodelByIdMetadata(String submodelId) throws ElementDoesNot
try {
return repoApi.getSubmodelById(submodelId, null, null);
} catch (ApiException e) {
throw mapExceptionSubmodelAccess(submodelId, e);
throw mapExceptionSubmodelAccess(submodelId, e);
}
}

Expand Down

0 comments on commit f20b967

Please sign in to comment.