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

Jean-Noel Rouvignac
24.49.2015 99aaa917a95d7ec19e14dad25f61f58ff84753b1
opendj-server-legacy/src/main/java/org/opends/server/controls/LDAPPostReadRequestControl.java
@@ -62,9 +62,7 @@
  private static final class Decoder implements
      ControlDecoder<LDAPPostReadRequestControl>
  {
    /**
     * {@inheritDoc}
     */
    /** {@inheritDoc} */
    public LDAPPostReadRequestControl decode(boolean isCritical,
        ByteString value) throws DirectoryException
    {
@@ -115,10 +113,10 @@
      new Decoder();
  private static final LocalizedLogger logger = LocalizedLogger.getLoggerForThisClass();
  // The set of raw attributes to return in the entry.
  /** The set of raw attributes to return in the entry. */
  private Set<String> rawAttributes;
  // The set of processed attributes to return in the entry.
  /** The set of processed attributes to return in the entry. */
  private Set<String> requestedAttributes;