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

Jean-Noel Rouvignac
03.21.2014 5ae40296386ae7b3465f2bc23cf41ce227a40bbc
opendj3-server-dev/src/server/org/opends/server/schema/PrintableStringSyntax.java
@@ -241,7 +241,6 @@
    // acceptable.
    if (value == null)
    {
      invalidReason.append(WARN_ATTR_SYNTAX_PRINTABLE_STRING_EMPTY_VALUE.get());
      return false;
    }
@@ -253,7 +252,6 @@
    int    valueLength = valueString.length();
    if (valueLength == 0)
    {
      invalidReason.append(WARN_ATTR_SYNTAX_PRINTABLE_STRING_EMPTY_VALUE.get());
      return false;
    }