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

Matthew Swift
07.20.2012 9898c1656694000aa090269e7b9889894cf2f063
opendj3/opendj-ldap-sdk/src/main/java/org/forgerock/opendj/ldap/schema/DefaultSchema.java
@@ -32,9 +32,9 @@
 * can cause initialization errors because the CoreSchema depends on Schema.
 */
final class DefaultSchema {
    static volatile Schema schema = Schema.getCoreSchema();
    private DefaultSchema() {
        // Prevent instantiation.
    }
    static volatile Schema schema = Schema.getCoreSchema();
}