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 a49bd6d5 Javadoc and format tweaks a49bd6d5 is described below commit a49bd6d51f1c2226fa01db63f6c2698e3fa72435 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Jun 16 15:55:12 2022 -0400 Javadoc and format tweaks --- .../apache/commons/configuration2/builder/ConfigurationBuilder.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/configuration2/builder/ConfigurationBuilder.java b/src/main/java/org/apache/commons/configuration2/builder/ConfigurationBuilder.java index 3a9b1023..e00bc89e 100644 --- a/src/main/java/org/apache/commons/configuration2/builder/ConfigurationBuilder.java +++ b/src/main/java/org/apache/commons/configuration2/builder/ConfigurationBuilder.java @@ -40,8 +40,9 @@ import org.apache.commons.configuration2.ex.ConfigurationException; * @param <T> the concrete type of the {@code ImmutableConfiguration} class produced by this builder */ public interface ConfigurationBuilder<T extends ImmutableConfiguration> extends EventSource { + /** - * Returns the configuration provided by this builder. An implementation has to perform all necessary steps for creating + * Gets the configuration provided by this builder. An implementation has to perform all necessary steps for creating * and initializing a {@code ImmutableConfiguration} object. * * @return the configuration