mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git
opendj-server-legacy/src/main/java/org/opends/server/api/CompressedSchema.java @@ -539,7 +539,7 @@ for (final byte b : idBytes) { id <<= 8; id |= (b & 0xFF); id |= b & 0xFF; } return id - 1; // Subtract 1 to compensate for old behavior. }