opendj-server-legacy/src/main/java/org/opends/server/api/AttributeSyntax.java
@@ -349,16 +349,10 @@ buffer.append(getOID()); String description = getDescription(); if ((description == null) || (description.length() == 0)) if (description != null && description.length() != 0) { buffer.append(" )"); buffer.append(" DESC '").append(description).append("'"); } else { buffer.append(" DESC '"); buffer.append(description); buffer.append("' )"); } buffer.append(" )"); } }