Return-Path: X-Original-To: apmail-commons-commits-archive@minotaur.apache.org Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 70609101CE for ; Fri, 14 Jun 2013 16:52:02 +0000 (UTC) Received: (qmail 26969 invoked by uid 500); 14 Jun 2013 16:52:02 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 26914 invoked by uid 500); 14 Jun 2013 16:52:01 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 26902 invoked by uid 99); 14 Jun 2013 16:52:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Jun 2013 16:52:01 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Jun 2013 16:51:58 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id F25442388900; Fri, 14 Jun 2013 16:51:37 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: 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 Date: Fri, 14 Jun 2013 16:51:37 -0000 To: commits@commons.apache.org From: britter@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130614165137.F25442388900@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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 factory elements in your * configuration resource.

* - * @param - the type of keys maintained by the context associated with this command - * @param - the type of mapped values - * @param - Type of the context associated with this command + * @param the type of keys maintained by the context associated with this command + * @param the type of mapped values + * @param Type of the context associated with this command * @param url URL 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 factory elements in your * configuration resource.

* - * @param - the type of keys maintained by the context associated with this command - * @param - the type of mapped values - * @param - Type of the context associated with this command + * @param the type of keys maintained by the context associated with this command + * @param the type of mapped values + * @param Type of the context associated with this command * @param url URL of the XML document to be parsed * @return a CatalogFactory instance parsed from the given location * @exception ChainConfigurationException if a parsing error occurs