mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git
opendj-sdk/opends/src/server/org/opends/server/schema/BitStringSyntax.java @@ -243,5 +243,15 @@ // If we've gotten here, then everything is fine. return true; } /** * {@inheritDoc} */ public boolean isBinary() { return false; } }