[exo-jcr-commits] exo-jcr SVN: r1135 - jcr/branches/1.12.0-JBC/component/core/src/main/java/org/exoplatform/services/jcr/impl/core/query/lucene.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Dec 21 10:30:24 EST 2009


Author: nzamosenchuk
Date: 2009-12-21 10:30:24 -0500 (Mon, 21 Dec 2009)
New Revision: 1135

Modified:
   jcr/branches/1.12.0-JBC/component/core/src/main/java/org/exoplatform/services/jcr/impl/core/query/lucene/IndexInfos.java
Log:
EXOJCR-291: IndexInfos: javadoc fixed.

Modified: jcr/branches/1.12.0-JBC/component/core/src/main/java/org/exoplatform/services/jcr/impl/core/query/lucene/IndexInfos.java
===================================================================
--- jcr/branches/1.12.0-JBC/component/core/src/main/java/org/exoplatform/services/jcr/impl/core/query/lucene/IndexInfos.java	2009-12-21 15:25:41 UTC (rev 1134)
+++ jcr/branches/1.12.0-JBC/component/core/src/main/java/org/exoplatform/services/jcr/impl/core/query/lucene/IndexInfos.java	2009-12-21 15:30:24 UTC (rev 1135)
@@ -152,12 +152,11 @@
     }
 
     /**
-     * Returns the index name at position <code>i</code>.
-     * @param i the position.
+     * Returns index names.
      * @return the index name.
      */
     Set<String> getNames() {
-        return new HashSet<String>(indexes);
+        return names;
     }
     
     /**



More information about the exo-jcr-commits mailing list