This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new 15eedf0 This should have been private (can't change public API of
spec)
15eedf0 is described below
commit 15eedf022c8df1e7d4c6a989cdabfab966638eaf
Author: Mark Thomas <[email protected]>
AuthorDate: Wed Jul 28 13:42:53 2021 +0100
This should have been private (can't change public API of spec)
---
java/jakarta/el/ImportHandler.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/jakarta/el/ImportHandler.java
b/java/jakarta/el/ImportHandler.java
index 899da78..7e21719 100644
--- a/java/jakarta/el/ImportHandler.java
+++ b/java/jakarta/el/ImportHandler.java
@@ -496,7 +496,7 @@ public class ImportHandler {
}
- public static boolean isExported(Class<?> type) {
+ private static boolean isExported(Class<?> type) {
String packageName = type.getPackage().getName();
Module module = type.getModule();
return module.isExported(packageName);
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]