Skip to content

Commit eee8ff7

Browse files
committed
#165: using close instead of stop to properly close application with rest api on
1 parent d747c50 commit eee8ff7

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/de/doubleslash/keeptime

1 file changed

+1
-1
lines changed

src/main/java/de/doubleslash/keeptime/App.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ private void registerMaximizeEventlistener(final Scene mainScene, final Stage pr
305305

306306
@Override
307307
public void stop() throws Exception {
308-
springContext.stop();
308+
springContext.close();
309309
}
310310

311311
}

0 commit comments

Comments
 (0)