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

Chris Ridd
17.47.2015 1659f5f448f9cdd8cbc11b60fca88c1a67a4b3ef
opendj-ldap-sdk/src/main/java/org/forgerock/opendj/ldap/schema/SchemaBuilder.java
@@ -22,7 +22,7 @@
 *
 *
 *      Copyright 2009-2010 Sun Microsystems, Inc.
 *      Portions copyright 2011-2013 ForgeRock AS
 *      Portions copyright 2011-2015 ForgeRock AS
 */
package org.forgerock.opendj.ldap.schema;
@@ -390,7 +390,7 @@
                    reader.skipWhitespaces();
                    reader.mark();
                    while (reader.read() != ' ') {
                    while (" )".indexOf(reader.read()) == -1) {
                        length++;
                    }