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

Matthew Swift
19.39.2011 20a6e252d40e11c46ed06a1529be80a2188cc880
opendj-sdk/opendj3/opendj-sdk/src/main/java/org/opends/sdk/DecodeOptions.java
@@ -23,6 +23,7 @@
 *
 *
 *      Copyright 2009 Sun Microsystems, Inc.
 *      Portions copyright 2011 ForgeRock AS
 */
package org.opends.sdk;
@@ -92,7 +93,7 @@
  {
    this.attributeFactory = LinkedAttribute.FACTORY;
    this.entryFactory = LinkedHashMapEntry.FACTORY;
    this.schemaResolver = new FixedSchemaResolver(Schema.getDefaultSchema());
    this.schemaResolver = SchemaResolver.DEFAULT;
  }