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/22 02:31:03 UTC

svn commit: r1580112 - /opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/cmdline/TypedCmdLineTool.java

Author: jkosin
Date: Sat Mar 22 01:31:02 2014
New Revision: 1580112

URL: http://svn.apache.org/r1580112
Log:
OPENNLP-669 Repaired <code> start tag.

Modified:
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/cmdline/TypedCmdLineTool.java

Modified: opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/cmdline/TypedCmdLineTool.java
URL: http://svn.apache.org/viewvc/opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/cmdline/TypedCmdLineTool.java?rev=1580112&r1=1580111&r2=1580112&view=diff
==============================================================================
--- opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/cmdline/TypedCmdLineTool.java (original)
+++ opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/cmdline/TypedCmdLineTool.java Sat Mar 22 01:31:02 2014
@@ -41,7 +41,7 @@ public abstract class TypedCmdLineTool<T
   }
 
   /**
-   * Returns stream factory for the type of this tool for the </code>format</code>.
+   * Returns stream factory for the type of this tool for the <code>format</code>.
    *
    * @param format data format name
    * @return stream factory for the type of this tool for the format