Skip to content

Commit

Permalink
fix: added missing deactivate in store query
Browse files Browse the repository at this point in the history
Signed-off-by: MMaiero <[email protected]>
  • Loading branch information
MMaiero committed Nov 15, 2023
1 parent eb39cc5 commit 875f244
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,12 @@ public void updated(final Map<String, Object> properties) {

logger.debug("Updating Wire Record Query component... Done");
}

protected void deactivate() {
logger.debug("Deactivating Wire Record Query Component...");

logger.debug("Deactivating Wire Record Query Component... Done");
}

@Override
public void consumersConnected(final Wire[] wires) {
Expand Down

0 comments on commit 875f244

Please sign in to comment.