Remove unneeded hyphens in JavaDoc

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/chain/trunk@1493152 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/configuration/api/src/main/java/org/apache/commons/chain2/config/ConfigParser.java b/configuration/api/src/main/java/org/apache/commons/chain2/config/ConfigParser.java
index 5430778..748ebee 100644
--- a/configuration/api/src/main/java/org/apache/commons/chain2/config/ConfigParser.java
+++ b/configuration/api/src/main/java/org/apache/commons/chain2/config/ConfigParser.java
@@ -42,9 +42,9 @@
      * 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
diff --git a/configuration/xml/src/main/java/org/apache/commons/chain2/config/xml/XmlConfigParser.java b/configuration/xml/src/main/java/org/apache/commons/chain2/config/xml/XmlConfigParser.java
index a372934..22c5003 100644
--- a/configuration/xml/src/main/java/org/apache/commons/chain2/config/xml/XmlConfigParser.java
+++ b/configuration/xml/src/main/java/org/apache/commons/chain2/config/xml/XmlConfigParser.java
@@ -139,9 +139,9 @@
      * 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