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 03:06:20 UTC

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

Author: jkosin
Date: Sat Mar 22 02:06:19 2014
New Revision: 1580121

URL: http://svn.apache.org/r1580121
Log:
OPENNLP-669 Replaced < and > with &lt; and &gt;

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=1580121&r1=1580120&r2=1580121&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 02:06:19 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<String></code> that represents the
+   * @param lineStream  an <code>ObjectSteam&lt;String&ft;</code> that represents the
    *                    input file to be attached to this class.
    */
   public NameFinderCensus90NameStream(ObjectStream<String> lineStream) {