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

Jean-Noel Rouvignac
24.49.2015 99aaa917a95d7ec19e14dad25f61f58ff84753b1
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;