BranislavBeno commented on code in PR #229:
URL: 
https://github.com/apache/commons-configuration/pull/229#discussion_r999983770


##########
src/main/java/org/apache/commons/configuration2/INIConfiguration.java:
##########
@@ -236,12 +236,27 @@ public class INIConfiguration extends 
BaseHierarchicalConfiguration implements F
      */
     private String commentCharsUsedInInput = COMMENT_CHARS;
 
+    /**
+     * The flag for decision, whether inline comments on the section line are 
allowed.
+     */
+    private boolean sectionInLineCommentsAllowed;
+
     /**
      * Create a new empty INI Configuration.
      */
     public INIConfiguration() {
     }
 
+    /**
+     * Create a new empty INI Configuration with option to allow inline 
comments on the section line.
+     *
+     * @param sectionInLineCommentsAllowed when true inline comments on the 
section line are allowed
+     * @since

Review Comment:
   Added version 2.9.0



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@commons.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to