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

Matthew Swift
19.39.2011 b7b1ee33661feee0d7ebf39bdc29f61e43bd2b50
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;
  }