From 3d79c55fddfff87b4bee28bb0e608d9df7566a6b Mon Sep 17 00:00:00 2001
From: Ludovic Poitou <ludovic.poitou@forgerock.com>
Date: Thu, 05 Apr 2012 14:21:42 +0000
Subject: [PATCH] Fix typo in comments.
---
opends/src/server/org/opends/server/controls/ProxiedAuthV2Control.java | 10 ++++++----
1 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/opends/src/server/org/opends/server/controls/ProxiedAuthV2Control.java b/opends/src/server/org/opends/server/controls/ProxiedAuthV2Control.java
index 0a916a8..0360cee 100644
--- a/opends/src/server/org/opends/server/controls/ProxiedAuthV2Control.java
+++ b/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.
*/
--
Gitblit v1.10.0