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 e8b5ab6 [CONFIGURATION-731] Allow user to specify the comments & separator chars. e8b5ab6 is described below commit e8b5ab667f37485ec11ec55a4e5c906e00b4a6c9 Author: Gary Gregory <ggreg...@rocketsoftware.com> AuthorDate: Thu Feb 28 10:34:09 2019 -0500 [CONFIGURATION-731] Allow user to specify the comments & separator chars. Javadoc typos. --- .../apache/commons/configuration2/builder/INIBuilderProperties.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/org/apache/commons/configuration2/builder/INIBuilderProperties.java b/src/main/java/org/apache/commons/configuration2/builder/INIBuilderProperties.java index 6b2a86c..0f301fd 100644 --- a/src/main/java/org/apache/commons/configuration2/builder/INIBuilderProperties.java +++ b/src/main/java/org/apache/commons/configuration2/builder/INIBuilderProperties.java @@ -37,7 +37,7 @@ public interface INIBuilderProperties<T> { /** * Allows setting the leading comment separator which is used in reading an INI - * file + * file. * * @param separator String of the new separator for INI reading * @return a reference to this object for method chaining @@ -50,7 +50,7 @@ public interface INIBuilderProperties<T> { /** * Allows setting the key and value separator which is used in reading an INI - * file + * file. * * @param separator String of the new separator for INI reading * @return a reference to this object for method chaining