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 05142483 Use standard Javadoc @since tag format 05142483 is described below commit 051424832dbe997b360a0102574c208247f16279 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Aug 30 11:11:03 2022 -0400 Use standard Javadoc @since tag format --- src/main/java/org/apache/commons/configuration2/XMLConfiguration.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/configuration2/XMLConfiguration.java b/src/main/java/org/apache/commons/configuration2/XMLConfiguration.java index 609b4b3f..e725ed0f 100644 --- a/src/main/java/org/apache/commons/configuration2/XMLConfiguration.java +++ b/src/main/java/org/apache/commons/configuration2/XMLConfiguration.java @@ -165,7 +165,7 @@ import org.xml.sax.helpers.DefaultHandler; * special. * </p> * - * @since commons-configuration 1.0 + * @since 1.0 */ public class XMLConfiguration extends BaseHierarchicalConfiguration implements FileBasedConfiguration, FileLocatorAware, InputStreamSupport { /** Constant for the default indent size. */