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 04:21:05 UTC

svn commit: r1580138 - /opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/formats/NameFinderCensus90NameStream.java

Author: jkosin
Date: Sat Mar 22 03:21:04 2014
New Revision: 1580138

URL: http://svn.apache.org/r1580138
Log:
OPENNLP-669 Fixed typo in last fix. &gt and not &ft

Modified:
    opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/formats/NameFinderCensus90NameStream.java

Modified: opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/formats/NameFinderCensus90NameStream.java
URL: http://svn.apache.org/viewvc/opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/formats/NameFinderCensus90NameStream.java?rev=1580138&r1=1580137&r2=1580138&view=diff
==============================================================================
--- opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/formats/NameFinderCensus90NameStream.java (original)
+++ opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/formats/NameFinderCensus90NameStream.java Sat Mar 22 03:21:04 2014
@@ -51,7 +51,7 @@ public class NameFinderCensus90NameStrea
    * This constructor takes an ObjectStream and initializes the class to handle
    * the stream.
    *
-   * @param lineStream  an <code>ObjectSteam&lt;String&ft;</code> that represents the
+   * @param lineStream  an <code>ObjectSteam&lt;String&gt;</code> that represents the
    *                    input file to be attached to this class.
    */
   public NameFinderCensus90NameStream(ObjectStream<String> lineStream) {