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 8c3dfb56 Javadoc
8c3dfb56 is described below
commit 8c3dfb56f43eeeff431880c6d409018f5b8693eb
Author: Gary D. Gregory <[email protected]>
AuthorDate: Wed Aug 20 06:53:30 2025 -0400
Javadoc
---
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 f7d817ad..2594ea6b 100644
--- a/src/main/java/org/apache/commons/configuration2/INIConfiguration.java
+++ b/src/main/java/org/apache/commons/configuration2/INIConfiguration.java
@@ -228,7 +228,7 @@ public class INIConfiguration extends
BaseHierarchicalConfiguration implements F
* Sets whether in-line comments on the section line are allowed.
*
* @param sectionInLineCommentsAllowed Whether in-line comments on the
section line are allowed.
- * @return this instance.
+ * @return {@code this} instance.
*/
public Builder setSectionInLineCommentsAllowed(final boolean
sectionInLineCommentsAllowed) {
this.sectionInLineCommentsAllowed = sectionInLineCommentsAllowed;