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/LDAPPreReadResponseControl.java | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/opendj-server-legacy/src/main/java/org/opends/server/controls/LDAPPreReadResponseControl.java b/opendj-server-legacy/src/main/java/org/opends/server/controls/LDAPPreReadResponseControl.java
index 2596c5f..4b438af 100644
--- a/opendj-server-legacy/src/main/java/org/opends/server/controls/LDAPPreReadResponseControl.java
+++ b/opendj-server-legacy/src/main/java/org/opends/server/controls/LDAPPreReadResponseControl.java
@@ -55,9 +55,7 @@
private static final class Decoder
implements ControlDecoder<LDAPPreReadResponseControl>
{
- /**
- * {@inheritDoc}
- */
+ /** {@inheritDoc} */
public LDAPPreReadResponseControl decode(boolean isCritical,
ByteString value)
throws DirectoryException
@@ -107,7 +105,7 @@
- // The search result entry to include in the response control.
+ /** The search result entry to include in the response control. */
private SearchResultEntry searchEntry;
--
Gitblit v1.10.0