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-jelly.git
commit 4bf1e7c16a23c66f70f2a259d2270e92c74bd7fa Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Sun May 4 09:42:23 2025 -0400 Fix Checkstyle configuration --- jelly-tags/tag-checkstyle.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/jelly-tags/tag-checkstyle.xml b/jelly-tags/tag-checkstyle.xml index 8c4a03cd..8937be27 100644 --- a/jelly-tags/tag-checkstyle.xml +++ b/jelly-tags/tag-checkstyle.xml @@ -36,8 +36,7 @@ limitations under the License. <module name="UnusedImports"/> <module name="NeedBraces"/> <module name="JavadocMethod"> - <property name="allowUndeclaredRTE" value="true"/> - <property name="scope" value="public" /> + <property name="accessModifiers" value="public" /> </module> <module name="UpperEll" /> </module>