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

Ludovic Poitou
05.21.2012 3d79c55fddfff87b4bee28bb0e608d9df7566a6b
Fix typo in comments.
1 files modified
10 ■■■■■ changed files
opends/src/server/org/opends/server/controls/ProxiedAuthV2Control.java 10 ●●●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/controls/ProxiedAuthV2Control.java
@@ -23,7 +23,7 @@
 *
 *
 *      Copyright 2006-2008 Sun Microsystems, Inc.
 *      Portions copyright 2011 ForgeRock AS.
 *      Portions copyright 2011-2012 ForgeRock AS.
 */
package org.opends.server.controls;
import org.opends.messages.Message;
@@ -60,7 +60,7 @@
       extends Control
{
  /**
   * ControlDecoder implentation to decode this control from a ByteString.
   * ControlDecoder implementation to decode this control from a ByteString.
   */
  private static final class Decoder
      implements ControlDecoder<ProxiedAuthV2Control>
@@ -68,6 +68,7 @@
    /**
     * {@inheritDoc}
     */
    @Override
    public ProxiedAuthV2Control decode(boolean isCritical, ByteString value)
        throws DirectoryException
    {
@@ -114,6 +115,7 @@
      return new ProxiedAuthV2Control(isCritical, authorizationID);
    }
    @Override
    public String getOID()
    {
      return OID_PROXIED_AUTH_V2;
@@ -363,8 +365,8 @@
  /**
   * Appends a string representation of this proxied auth v2 control to the
   * provided buffer.
   * Appends a string representation of this proxied authorization v2 control
   * to the provided buffer.
   *
   * @param  buffer  The buffer to which the information should be appended.
   */