This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push: new c0c04eee15 Remove unnecessary warning after refactoring c0c04eee15 is described below commit c0c04eee15d06904cb83e690c26da18002c7f797 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