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
commit 7bca6852e4bd77f18db04eecd6645c9aba29ea20 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Sat Feb 8 10:21:33 2025 -0500 Javadoc source of generated code. Avoid Javadoc author tags for generated code --- src/main/javacc/PropertyListParser.jj | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/main/javacc/PropertyListParser.jj b/src/main/javacc/PropertyListParser.jj index 317cdf14..02463d3c 100644 --- a/src/main/javacc/PropertyListParser.jj +++ b/src/main/javacc/PropertyListParser.jj @@ -6,7 +6,7 @@ * (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, @@ -34,9 +34,7 @@ import org.apache.commons.configuration2.tree.ImmutableNode; import org.apache.commons.codec.binary.Hex; /** - * JavaCC based parser for the PropertyList format. - * - * @author Emmanuel Bourg + * JavaCC based parser for the PropertyList format generated from {@code src/main/javacc/PropertyListParser.jj}. */ class PropertyListParser {