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

Gaetan Boismal
15.26.2015 928ceca85be5357d5b0c6af2ed952e198c0b877f
OPENDJ-1652 Code cleanup
1 files modified
2 ■■■ changed files
opendj-core/src/main/java/org/forgerock/opendj/ldap/schema/ObjectClass.java 2 ●●● patch | view | raw | blame | history
opendj-core/src/main/java/org/forgerock/opendj/ldap/schema/ObjectClass.java
@@ -82,7 +82,7 @@
        Builder(final String oid, final SchemaBuilder builder) {
            super(builder);
            oid(oid);
            this.oid = oid;
        }
        /**