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:37:07 UTC

svn commit: r1580113 - /opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/cmdline/StreamFactoryRegistry.java

Author: jkosin
Date: Sat Mar 22 01:37:07 2014
New Revision: 1580113

URL: http://svn.apache.org/r1580113
Log:
OPENNLP-669 Replaced <param> tags with <code> tags.

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

Modified: opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/cmdline/StreamFactoryRegistry.java
URL: http://svn.apache.org/viewvc/opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/cmdline/StreamFactoryRegistry.java?rev=1580113&r1=1580112&r2=1580113&view=diff
==============================================================================
--- opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/cmdline/StreamFactoryRegistry.java (original)
+++ opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/cmdline/StreamFactoryRegistry.java Sat Mar 22 01:37:07 2014
@@ -113,8 +113,8 @@ public final class StreamFactoryRegistry
   }
 
   /**
-   * Registers <param>factory</param> which reads format named <param>formatName</param> and
-   * instantiates streams producing objects of <param>sampleClass</param> class.
+   * Registers <code>factory</code> which reads format named <code>formatName</code> and
+   * instantiates streams producing objects of <code>sampleClass</code> class.
    *
    * @param sampleClass class of the objects, produced by the streams instantiated by the factory
    * @param formatName  name of the format
@@ -140,8 +140,8 @@ public final class StreamFactoryRegistry
   }
 
   /**
-   * Unregisters a factory which reads format named <param>formatName</param> and
-   * instantiates streams producing objects of <param>sampleClass</param> class.
+   * Unregisters a factory which reads format named <code>formatName</code> and
+   * instantiates streams producing objects of <code>sampleClass</code> class.
    *
    * @param sampleClass class of the objects, produced by the streams instantiated by the factory
    * @param formatName  name of the format
@@ -156,7 +156,7 @@ public final class StreamFactoryRegistry
   }
 
   /**
-   * Returns all factories which produce objects of <param>sampleClass</param> class.
+   * Returns all factories which produce objects of <code>sampleClass</code> class.
    *
    * @param sampleClass class of the objects, produced by the streams instantiated by the factory
    * @return formats mapped to factories
@@ -167,8 +167,8 @@ public final class StreamFactoryRegistry
   }
 
   /**
-   * Returns a factory which reads format named <param>formatName</param> and
-   * instantiates streams producing objects of <param>sampleClass</param> class.
+   * Returns a factory which reads format named <code>formatName</code> and
+   * instantiates streams producing objects of <code>sampleClass</code> class.
    *
    * @param sampleClass class of the objects, produced by the streams instantiated by the factory
    * @param formatName  name of the format, if null, assumes OpenNLP format