This commit is contained in:
2021-12-23 16:51:35 +01:00
parent 02b3e429fc
commit 9b0507fce6
2 changed files with 0 additions and 10 deletions

View File

@@ -19,9 +19,4 @@ public class ExecutorBase {
private void initialiseRoster(){
executor.init();
}
@PreDestroy
public void test() {
System.out.println("TEST");
}
}