mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

ludovicp
29.05.2008 eb6b764d310b2d2a3a8f5e84b6115484702549d8
One liner fix for double assignment
1 files modified
2 ■■■ changed files
opends/src/guitools/org/opends/guitools/statuspanel/ConfigFromFile.java 2 ●●● patch | view | raw | blame | history
opends/src/guitools/org/opends/guitools/statuspanel/ConfigFromFile.java
@@ -584,7 +584,7 @@
    }
    else if (entry.hasObjectClass(snmpConnectionHandlerOc))
    {
      addressPort = addressPort = "0.0.0.0:"+port;
      addressPort = "0.0.0.0:"+port;
      protocol = ListenerDescriptor.Protocol.SNMP;
      protocolDescription = INFO_SNMP_PROTOCOL_LABEL.get();
      boolean enabled = "true".equalsIgnoreCase(