Skip to content

Commit

Permalink
Refactor ContextManagerLifecycleListener (#32908)
Browse files Browse the repository at this point in the history
  • Loading branch information
terrymanu authored Sep 16, 2024
1 parent 164718c commit 973d027
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,5 @@ public interface ContextManagerLifecycleListener {
*
* @param contextManager context manager
*/
default void onDestroyed(ContextManager contextManager) {
}
void onDestroyed(ContextManager contextManager);
}

0 comments on commit 973d027

Please sign in to comment.