Skip to content

Commit

Permalink
Undo changes when fixing rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-ronge committed Aug 14, 2024
1 parent 8183828 commit b428d31
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,9 @@ public void contextInitialized(ServletContextEvent sce) {
}
}
}

@Override
public void contextDestroyed(ServletContextEvent sce) {
// nothing is done here
}
}

0 comments on commit b428d31

Please sign in to comment.