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

ludovicp
27.12.2010 2c046193b7d4e93a4c0a6ff02d8b93b597c2e300
opends/src/server/org/opends/server/protocols/jmx/RmiAuthenticator.java
@@ -22,7 +22,7 @@
 * CDDL HEADER END
 *
 *
 *      Copyright 2006-2008 Sun Microsystems, Inc.
 *      Copyright 2006-2010 Sun Microsystems, Inc.
 */
package org.opends.server.protocols.jmx;
import org.opends.messages.Message;
@@ -181,7 +181,6 @@
        TRACER.debugCaught(DebugLogLevel.ERROR, e);
      }
      SecurityException se = new SecurityException(e.getMessage());
      se.initCause(e);
      throw se;
    }