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

Jim Mitchener
28.47.2015 7bb5f2449f9baa32933b38cdc6b3d05f51309c0c
Shorten line for checkstyle
1 files modified
3 ■■■■ changed files
opendj-sdk/opendj-rest2ldap/src/main/java/org/forgerock/opendj/rest2ldap/Rest2LDAP.java 3 ●●●● patch | view | raw | blame | history
opendj-sdk/opendj-rest2ldap/src/main/java/org/forgerock/opendj/rest2ldap/Rest2LDAP.java
@@ -991,7 +991,8 @@
        return configureConnectionFactory(configuration, (ClassLoader) null);
    }
    private static ConnectionFactory configureConnectionFactory(final JsonValue configuration, final ClassLoader providerClassLoader) {
    private static ConnectionFactory configureConnectionFactory(final JsonValue configuration,
                                                                final ClassLoader providerClassLoader) {
        // Parse pool parameters,
        final int connectionPoolSize =
                Math.max(configuration.get("connectionPoolSize").defaultTo(10).asInteger(), 1);