mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git
opendj-sdk/opends/src/server/org/opends/server/schema/OctetStringSyntax.java @@ -226,5 +226,15 @@ // All values will be acceptable for the octet string syntax. return true; } /** * {@inheritDoc} */ public boolean isBinary() { return false; } }