Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -919,7 +919,7 @@ public final void shutdown() {
* Shut down the server instance
* @param fullyShutDown true when no other server will use the same database to replace this one
*/
public final synchronized void shutdown(boolean fullyShutDown) {
public synchronized void shutdown(boolean fullyShutDown) {
if (canShutdown()) {
LOG.info("Shutting down");

Expand Down
Loading