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

Jean-Noel Rouvignac
26.01.2013 d04c1b7a6730690bf4574b428adaa2bde1d94ca3
OPENDJ-832 Leverage the work queue for processing requests received on the HTTP connection handler

Fixing build with precommit.
1 files modified
5 ■■■■■ changed files
opendj3/opendj-server2x-adapter/src/main/java/org/forgerock/opendj/adapter/server2x/Converters.java 5 ●●●●● patch | view | raw | blame | history
opendj3/opendj-server2x-adapter/src/main/java/org/forgerock/opendj/adapter/server2x/Converters.java
@@ -62,8 +62,7 @@
/**
 * Common utility methods.
 */
public final class Converters
{
public final class Converters {
    // Prevent instantiation.
    private Converters() {
@@ -536,7 +535,7 @@
    /**
     * Converts from <code>byte[]</code> to OpenDJ server
     * {@link org.opends.server.types.ByteString}.
     *
     *
     * @param authenticationValue
     *          value to convert
     * @return the converted value