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 f48395d1 Normalize Javadoc @param formatting
f48395d1 is described below
commit f48395d19dbda93bba18bf608204f4375f1363c3
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Jun 16 11:52:52 2024 -0400
Normalize Javadoc @param formatting
---
src/main/java/org/apache/commons/configuration2/INIConfiguration.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/src/main/java/org/apache/commons/configuration2/INIConfiguration.java
b/src/main/java/org/apache/commons/configuration2/INIConfiguration.java
index 7088271b..62198516 100644
--- a/src/main/java/org/apache/commons/configuration2/INIConfiguration.java
+++ b/src/main/java/org/apache/commons/configuration2/INIConfiguration.java
@@ -934,7 +934,7 @@ public class INIConfiguration extends
BaseHierarchicalConfiguration implements F
/**
* Save the configuration to the specified writer.
*
- * @param writer - The writer to save the configuration to.
+ * @param writer The writer to save the configuration to.
* @throws ConfigurationException If an error occurs while writing the
configuration
* @throws IOException if an I/O error occurs.
*/