From 99aaa917a95d7ec19e14dad25f61f58ff84753b1 Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Tue, 24 Mar 2015 10:49:57 +0000
Subject: [PATCH] Autorefactored javadocs
---
opendj-server-legacy/src/main/java/org/opends/server/controls/GetEffectiveRightsRequestControl.java | 12 +++++-------
1 files changed, 5 insertions(+), 7 deletions(-)
diff --git a/opendj-server-legacy/src/main/java/org/opends/server/controls/GetEffectiveRightsRequestControl.java b/opendj-server-legacy/src/main/java/org/opends/server/controls/GetEffectiveRightsRequestControl.java
index f37a325..cf122ea 100644
--- a/opendj-server-legacy/src/main/java/org/opends/server/controls/GetEffectiveRightsRequestControl.java
+++ b/opendj-server-legacy/src/main/java/org/opends/server/controls/GetEffectiveRightsRequestControl.java
@@ -79,9 +79,7 @@
private static final class Decoder
implements ControlDecoder<GetEffectiveRightsRequestControl>
{
- /**
- * {@inheritDoc}
- */
+ /** {@inheritDoc} */
public GetEffectiveRightsRequestControl decode(boolean isCritical,
ByteString value) throws DirectoryException
{
@@ -153,16 +151,16 @@
new Decoder();
private static final LocalizedLogger logger = LocalizedLogger.getLoggerForThisClass();
- //The DN representing the authzId. May be null.
+ /** The DN representing the authzId. May be null. */
private DN authzDN;
- //The raw DN representing the authzId. May be null.
+ /** The raw DN representing the authzId. May be null. */
private String rawAuthzDN;
- //The list of additional attribute types to return rights for. May be null.
+ /** The list of additional attribute types to return rights for. May be null. */
private List<AttributeType> attrs;
- //The raw DN representing the authzId. May be null.
+ /** The raw DN representing the authzId. May be null. */
private List<String> rawAttrs;
/**
--
Gitblit v1.10.0