You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2013/06/14 18:51:37 UTC

svn commit: r1493152 - in /commons/proper/chain/trunk/configuration: api/src/main/java/org/apache/commons/chain2/config/ConfigParser.java xml/src/main/java/org/apache/commons/chain2/config/xml/XmlConfigParser.java

Author: britter
Date: Fri Jun 14 16:51:37 2013
New Revision: 1493152

URL: http://svn.apache.org/r1493152
Log:
Remove unneeded hyphens in JavaDoc

Modified:
    commons/proper/chain/trunk/configuration/api/src/main/java/org/apache/commons/chain2/config/ConfigParser.java
    commons/proper/chain/trunk/configuration/xml/src/main/java/org/apache/commons/chain2/config/xml/XmlConfigParser.java

Modified: commons/proper/chain/trunk/configuration/api/src/main/java/org/apache/commons/chain2/config/ConfigParser.java
URL: http://svn.apache.org/viewvc/commons/proper/chain/trunk/configuration/api/src/main/java/org/apache/commons/chain2/config/ConfigParser.java?rev=1493152&r1=1493151&r2=1493152&view=diff
==============================================================================
--- commons/proper/chain/trunk/configuration/api/src/main/java/org/apache/commons/chain2/config/ConfigParser.java (original)
+++ commons/proper/chain/trunk/configuration/api/src/main/java/org/apache/commons/chain2/config/ConfigParser.java Fri Jun 14 16:51:37 2013
@@ -42,9 +42,9 @@ public interface ConfigParser {
      * if you have included one or more <code>factory</code> elements in your
      * configuration resource.</p>
      *
-     * @param <K> - the type of keys maintained by the context associated with this command
-     * @param <V> - the type of mapped values
-     * @param <C> - Type of the context associated with this command
+     * @param <K> the type of keys maintained by the context associated with this command
+     * @param <V> the type of mapped values
+     * @param <C> Type of the context associated with this command
      * @param url <code>URL</code> of the configuration document to be parsed
      * @return a CatalogFactory instance parsed from the given location
      * @exception ChainConfigurationException if a parsing error occurs

Modified: commons/proper/chain/trunk/configuration/xml/src/main/java/org/apache/commons/chain2/config/xml/XmlConfigParser.java
URL: http://svn.apache.org/viewvc/commons/proper/chain/trunk/configuration/xml/src/main/java/org/apache/commons/chain2/config/xml/XmlConfigParser.java?rev=1493152&r1=1493151&r2=1493152&view=diff
==============================================================================
--- commons/proper/chain/trunk/configuration/xml/src/main/java/org/apache/commons/chain2/config/xml/XmlConfigParser.java (original)
+++ commons/proper/chain/trunk/configuration/xml/src/main/java/org/apache/commons/chain2/config/xml/XmlConfigParser.java Fri Jun 14 16:51:37 2013
@@ -139,9 +139,9 @@ public class XmlConfigParser implements 
      * if you have included one or more <code>factory</code> elements in your
      * configuration resource.</p>
      *
-     * @param <K> - the type of keys maintained by the context associated with this command
-     * @param <V> - the type of mapped values
-     * @param <C> - Type of the context associated with this command
+     * @param <K> the type of keys maintained by the context associated with this command
+     * @param <V> the type of mapped values
+     * @param <C> Type of the context associated with this command
      * @param url <code>URL</code> of the XML document to be parsed
      * @return a CatalogFactory instance parsed from the given location
      * @exception ChainConfigurationException if a parsing error occurs