opendj-server-legacy/src/main/java/org/opends/server/protocols/ldap/CompareRequestProtocolOp.java
@@ -47,13 +47,13 @@ { private static final LocalizedLogger logger = LocalizedLogger.getLoggerForThisClass(); // The assertion value for this compare request. /** The assertion value for this compare request. */ private ByteString assertionValue; // The DN for this compare request. /** The DN for this compare request. */ private ByteString dn; // The attribute type for this compare request. /** The attribute type for this compare request. */ private String attributeType;