mirror of
https://github.com/github/codeql.git
synced 2025-12-21 03:06:31 +01:00
Fixed accidential double init of variable
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user