From 6870993d12bf8a2b9d5cd103dc5ccabc42f9bf5d Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Wed, 15 Oct 2014 15:17:11 +0000
Subject: [PATCH] AutoRefactored comments/javadocs on OpenDJ SDK
---
opendj-rest2ldap/src/main/java/org/forgerock/opendj/rest2ldap/Context.java | 14 +++++---------
1 files changed, 5 insertions(+), 9 deletions(-)
diff --git a/opendj-rest2ldap/src/main/java/org/forgerock/opendj/rest2ldap/Context.java b/opendj-rest2ldap/src/main/java/org/forgerock/opendj/rest2ldap/Context.java
index aefadc6..9ba7cc4 100644
--- a/opendj-rest2ldap/src/main/java/org/forgerock/opendj/rest2ldap/Context.java
+++ b/opendj-rest2ldap/src/main/java/org/forgerock/opendj/rest2ldap/Context.java
@@ -66,7 +66,7 @@
*/
final class Context implements Closeable {
- /*
+ /**
* A cached read request - see cachedReads for more information.
*/
private static final class CachedRead implements SearchResultHandler, ResultHandler<Result> {
@@ -181,7 +181,7 @@
}
- /*
+ /**
* An LRU cache of recent reads requests. This is used in order to reduce
* the number of repeated read operations performed when resolving DN
* references.
@@ -217,9 +217,7 @@
}
}
- /**
- * {@inheritDoc}
- */
+ /** {@inheritDoc} */
@Override
public void close() {
connection.close();
@@ -305,7 +303,7 @@
}
}
- /*
+ /**
* Adds read caching support to the provided connection as well
* functionality which automatically adds the proxied authorization control
* if needed.
@@ -406,9 +404,7 @@
connection.removeConnectionEventListener(listener);
}
- /*
- * Try and re-use a cached result if possible.
- */
+ /** Try and re-use a cached result if possible. */
@Override
public LdapPromise<Result> searchAsync(final SearchRequest request,
final IntermediateResponseHandler intermediateResponseHandler, final SearchResultHandler entryHandler) {
--
Gitblit v1.10.0