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