Skip to content

Commit 9c50811

Browse files
committed
Fixes missing call propagation
Signed-off-by: Frank Schnicke <frank.schnicke@iese.fraunhofer.de>
1 parent 7c5d761 commit 9c50811

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/java/org/eclipse/basyx/aas/registration/observing/ObservableAASRegistryService.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ public void delete(IIdentifier aasId) throws ProviderException {
7171

7272
@Override
7373
public void delete(IIdentifier aasId, IIdentifier smId) throws ProviderException {
74+
aasRegistry.delete(aasId, smId);
7475
observers.stream().forEach(o -> o.submodelDeleted(aasId, smId));
7576
}
7677

0 commit comments

Comments
 (0)