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

Manuel Gaupp
10.21.2014 a49844165e1d1363517085f03d4f55f2bcf53b10
opendj-sdk/opends/src/server/org/opends/server/schema/CertificateSyntax.java
@@ -58,9 +58,8 @@
/**
 * This class implements the certificate attribute syntax.  This should be
 * restricted to holding only X.509 certificates, but we will accept any set of
 * bytes.  It will be treated much like the octet string attribute syntax.
 * This class implements the certificate attribute syntax. It is restricted to
 * accept only X.509 certificates.
 */
public class CertificateSyntax
       extends AttributeSyntax<CertificateAttributeSyntaxCfg>
@@ -469,7 +468,6 @@
    }
    catch (ASN1Exception e)
    {
      System.out.println(e.getMessageObject());
      invalidReason.append(e.getMessageObject());
      return false;
    }