Fixed accidential double init of variable

This commit is contained in:
Timo Mueller
2021-04-30 16:28:56 +02:00
parent 61d053f6b3
commit c22eeacbfc

View File

@@ -1,7 +1,5 @@
public class CorrectRmiInitialisation {
public void initAndStartRmiServer(int port, String hostname, boolean local) {
Map<String, Object> env = new HashMap<>();
MBeanServerForwarder authzProxy = null;
env.put("jmx.remote.x.daemon", "true");