From 9d85565c213365ece68cfbc64f20762e4530f619 Mon Sep 17 00:00:00 2001
From: Manuel Gaupp <m.gaupp@scanplus.de>
Date: Mon, 10 Mar 2014 17:15:14 +0000
Subject: [PATCH] Fix typo (GSER Parser) and wrong description (Certificate Syntax) (Changes reviewed manually by Matthew Swift)

---
 opendj3-server-dev/src/server/org/opends/server/schema/CertificateSyntax.java |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/opendj3-server-dev/src/server/org/opends/server/schema/CertificateSyntax.java b/opendj3-server-dev/src/server/org/opends/server/schema/CertificateSyntax.java
index 8499e0c..65456d5 100644
--- a/opendj3-server-dev/src/server/org/opends/server/schema/CertificateSyntax.java
+++ b/opendj3-server-dev/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>

--
Gitblit v1.10.0