This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 11.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/11.0.x by this push: new 4f3b21891c Remove unnecessary warning after refactoring 4f3b21891c is described below commit 4f3b21891c3c7633a62cd7da5eae8ac0441eaa08 Author: Mark Thomas <ma...@apache.org> AuthorDate: Wed Mar 19 03:50:49 2025 +0000 Remove unnecessary warning after refactoring --- java/org/apache/jasper/compiler/JspConfig.java | 1 - 1 file changed, 1 deletion(-) diff --git a/java/org/apache/jasper/compiler/JspConfig.java b/java/org/apache/jasper/compiler/JspConfig.java index 9ccfa4568e..ffb5ec8f73 100644 --- a/java/org/apache/jasper/compiler/JspConfig.java +++ b/java/org/apache/jasper/compiler/JspConfig.java @@ -166,7 +166,6 @@ public class JspConfig { /** * Select the property group that has more restrictive url-pattern. In case of tie, select the first. */ - @SuppressWarnings("null") // NPE not possible private JspPropertyGroup selectProperty(JspPropertyGroup prev, JspPropertyGroup curr) { if (prev == null) { return curr; --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org