You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opennlp.apache.org by jk...@apache.org on 2014/03/23 05:24:48 UTC

svn commit: r1580441 - /opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/util/InputStreamFactory.java

Author: jkosin
Date: Sun Mar 23 04:24:48 2014
New Revision: 1580441

URL: http://svn.apache.org/r1580441
Log:
OPENNLP-669 Changed a @link to @code because I could not find the link.

Modified:
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/util/InputStreamFactory.java

Modified: opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/util/InputStreamFactory.java
URL: http://svn.apache.org/viewvc/opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/util/InputStreamFactory.java?rev=1580441&r1=1580440&r2=1580441&view=diff
==============================================================================
--- opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/util/InputStreamFactory.java (original)
+++ opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/util/InputStreamFactory.java Sun Mar 23 04:24:48 2014
@@ -21,7 +21,7 @@ import java.io.InputStream;
 
 /**
  * Allows repeated reads through a stream for certain types of model building.
- * Use {@link MockInputStreamFactory} MockInputStreamFactory for default
+ * Use {@code MockInputStreamFactory} MockInputStreamFactory for default
  * behavior.
  *
  */