You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opennlp.apache.org by jo...@apache.org on 2011/05/24 16:42:17 UTC

svn commit: r1127093 - /incubator/opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/util/eval/CrossValidationPartitioner.java

Author: joern
Date: Tue May 24 14:42:17 2011
New Revision: 1127093

URL: http://svn.apache.org/viewvc?rev=1127093&view=rev
Log:
OPENNLP-21 Fixed javadoc warnings

Modified:
    incubator/opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/util/eval/CrossValidationPartitioner.java

Modified: incubator/opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/util/eval/CrossValidationPartitioner.java
URL: http://svn.apache.org/viewvc/incubator/opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/util/eval/CrossValidationPartitioner.java?rev=1127093&r1=1127092&r2=1127093&view=diff
==============================================================================
--- incubator/opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/util/eval/CrossValidationPartitioner.java (original)
+++ incubator/opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/util/eval/CrossValidationPartitioner.java Tue May 24 14:42:17 2011
@@ -176,7 +176,7 @@ public class CrossValidationPartitioner<
      * From now on calls to the hasNext and next methods are forbidden
      * and will raise an<code>IllegalArgumentException</code>.
      *  
-     * @return
+     * @return the test sample stream
      */
     public ObjectStream<E> getTestSampleStream() throws IOException {