You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/03/25 13:04:34 UTC

[commons-configuration] branch master updated: Javadoc

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-configuration.git


The following commit(s) were added to refs/heads/master by this push:
     new 87623d4c Javadoc
87623d4c is described below

commit 87623d4c37e831d097c94a64918325609deefc61
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Mar 25 09:04:30 2023 -0400

    Javadoc
---
 .../apache/commons/configuration2/DatabaseConfigurationTestHelper.java   | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/test/java/org/apache/commons/configuration2/DatabaseConfigurationTestHelper.java b/src/test/java/org/apache/commons/configuration2/DatabaseConfigurationTestHelper.java
index e2f54de8..7ae9f866 100644
--- a/src/test/java/org/apache/commons/configuration2/DatabaseConfigurationTestHelper.java
+++ b/src/test/java/org/apache/commons/configuration2/DatabaseConfigurationTestHelper.java
@@ -39,7 +39,6 @@ import org.dbunit.operation.DatabaseOperation;
  * A helper class for performing tests for {@link DatabaseConfiguration}. This class maintains an in-process database
  * that stores configuration data and can be accessed from a {@link DatabaseConfiguration} instance. Constants for table
  * and column names and database connection settings are provided, too.
- *
  */
 public class DatabaseConfigurationTestHelper {
     /** Constant for the configuration table. */