Skip to content

Commit

Permalink
Update PersistenceStorerWrapper.java
Browse files Browse the repository at this point in the history
  • Loading branch information
fh-ms authored Dec 9, 2024
1 parent 9429b4e commit 12f9b71
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ public void registerCommitListener(final PersistenceCommitListener listener)
@Override
public void registerRegistrationListener(PersistenceObjectRegistrationListener listener)
{
this.delegate.registerRegistrationListener(collector);
this.delegate.registerRegistrationListener(listener);
}


Expand Down

0 comments on commit 12f9b71

Please sign in to comment.