vgritsenko 2004/02/06 05:38:52
Modified: java/src/org/apache/xindice/core/filer Paged.java
Log:
fix javadoc
Revision Changes Path
1.27 +3 -3
xml-xindice/java/src/org/apache/xindice/core/filer/Paged.java
Index: Paged.java
===================================================================
RCS file:
/home/cvs/xml-xindice/java/src/org/apache/xindice/core/filer/Paged.java,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- Paged.java 2 Feb 2004 14:33:15 -0000 1.26
+++ Paged.java 6 Feb 2004 13:38:52 -0000 1.27
@@ -105,7 +105,7 @@
* Several descriptors are needed to provide multithreaded access
* to the underlying file. Too large number will limit amount of
* collections you can open. Default value is 16
- * ([EMAIL PROTECTED] #DEFAULT_DESCRIPTORS_MAX}).</li>
+ * (DEFAULT_DESCRIPTORS_MAX).</li>
* </ul>
*
* FIXME: Currently it seems that maxkeysize is not used anywhere.