Author: vgritsenko
Date: Thu Aug 9 17:07:22 2007
New Revision: 564437
URL: http://svn.apache.org/viewvc?view=rev&rev=564437
Log:
typo
Modified:
xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/MemValueIndexer.java
Modified:
xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/MemValueIndexer.java
URL:
http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/MemValueIndexer.java?view=diff&rev=564437&r1=564436&r2=564437
==============================================================================
---
xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/MemValueIndexer.java
(original)
+++
xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/MemValueIndexer.java
Thu Aug 9 17:07:22 2007
@@ -1328,7 +1328,7 @@
*
* @param theKey Key of the value (only the data member is used)
* @param thePosition the value's position in the document stream
- * @param thePosition length of the value in the document stream
+ * @param theLength length of the value in the document stream
* @param theElementID the ID of the Element containing the value
* @param theAttributeID the ID of the Attribute containing the value
*