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

Jean-Noel Rouvignac
24.41.2015 e7cac727a9231ff3602e61a4ea678e0463eb0e39
opendj-server-legacy/src/main/java/org/opends/server/config/JMXMBean.java
@@ -463,7 +463,6 @@
  public Attribute getAttribute(String attributeName)
         throws AttributeNotFoundException
  {
    //
    // Get the jmx Client connection
    ClientConnection clientConnection = getClientConnection();
    if (clientConnection == null)
@@ -471,12 +470,10 @@
      return null;
    }
    //
    // prepare the ldap search
    try
    {
      //
      // Perform the Ldap operation for
      //  - ACI Check
      //  - Loggin purpose
@@ -543,7 +540,6 @@
  @Override
  public AttributeList getAttributes(String[] attributes)
  {
    //
    // Get the jmx Client connection
    ClientConnection clientConnection = getClientConnection();
    if (clientConnection == null)
@@ -551,7 +547,6 @@
      return null;
    }
    //
    // Perform the Ldap operation for
    //  - ACI Check
    //  - Loggin purpose