Author: oheger
Date: Tue Aug 16 06:13:22 2011
New Revision: 1158118
URL: http://svn.apache.org/viewvc?rev=1158118&view=rev
Log:
Checkstyle
Modified:
commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/DatabaseConfiguration.java
Modified:
commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/DatabaseConfiguration.java
URL:
http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/DatabaseConfiguration.java?rev=1158118&r1=1158117&r2=1158118&view=diff
==============================================================================
---
commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/DatabaseConfiguration.java
(original)
+++
commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/DatabaseConfiguration.java
Tue Aug 16 06:13:22 2011
@@ -175,7 +175,6 @@ public class DatabaseConfiguration exten
* @param table the name of the table containing the configurations
* @param keyColumn the column containing the keys of the configuration
* @param valueColumn the column containing the values of the configuration
- * @param name the name of the configuration
* @param commits a flag whether the configuration should perform a commit
* after a database update
*/