This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push:
new f3ac60e09b Remove unnecessary warning after refactoring
f3ac60e09b is described below
commit f3ac60e09bc252fcd006bd32b040995333e91605
Author: Mark Thomas <[email protected]>
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 762c26dde5..a2067af320 100644
--- a/java/org/apache/jasper/compiler/JspConfig.java
+++ b/java/org/apache/jasper/compiler/JspConfig.java
@@ -164,7 +164,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: [email protected]
For additional commands, e-mail: [email protected]