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

Jean-Noel Rouvignac
08.48.2015 a89f7014aeb71dba5c94404dfea7eb89e7eeee74
opendj-server-legacy/src/test/java/org/opends/server/protocols/jmx/JmxConnectTest.java
@@ -476,7 +476,7 @@
  private void configureJmx(Entry entry) throws Exception {
    ArrayList<LocalizableMessage> reasons = new ArrayList<LocalizableMessage>();
    ArrayList<LocalizableMessage> reasons = new ArrayList<>();
    // Get the Jmx connection handler from the core server
    JmxConnectionHandler jmxConnectionHandler = getJmxConnectionHandler();
@@ -502,7 +502,7 @@
   */
  private OpendsJmxConnector connect(String user, String password, int jmxPort)
        throws MalformedURLException, IOException {
    Map<String, Object> env = new HashMap<String, Object>();
    Map<String, Object> env = new HashMap<>();
    // Provide the credentials required by the server to successfully
    // perform user authentication
@@ -536,7 +536,7 @@
   */
  private OpendsJmxConnector sslConnect(String user, String password,
      long jmxPort) throws Exception {
    Map<String, Object> env = new HashMap<String, Object>();
    Map<String, Object> env = new HashMap<>();
    // Provide the credentials required by the server to successfully
    // perform user authentication