From ad41085e4ca8a32e29d443591069ec4e94e65067 Mon Sep 17 00:00:00 2001
From: Jean-Noël Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Fri, 02 Oct 2015 15:34:44 +0000
Subject: [PATCH] AutoRefactor'ed the pluggable and PDB backend

---
 opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/IndexQuery.java |    9 ++-------
 1 files changed, 2 insertions(+), 7 deletions(-)

diff --git a/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/IndexQuery.java b/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/IndexQuery.java
index ab44001..228b859 100644
--- a/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/IndexQuery.java
+++ b/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/IndexQuery.java
@@ -34,9 +34,7 @@
 import org.forgerock.i18n.LocalizableMessageBuilder;
 import org.forgerock.util.Utils;
 
-/**
- * This class represents a Backend Query.
- */
+/** This class represents a Backend Query. */
 @org.opends.server.types.PublicAPI(
     stability = org.opends.server.types.StabilityLevel.VOLATILE,
     mayInstantiate = false,
@@ -115,10 +113,7 @@
     }
   }
 
-  /**
-   * This class creates an intersection IndexQuery from a collection of
-   * IndexQuery objects.
-   */
+  /** This class creates an intersection IndexQuery from a collection of IndexQuery objects. */
   private static final class IntersectionIndexQuery extends IndexQuery
   {
     /** Collection of IndexQuery objects. */

--
Gitblit v1.10.0