This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/master by this push: new 82e936f Test CI again 82e936f is described below commit 82e936fcb5107825a7c0e329f39bce9e9b8fb650 Author: remm <r...@apache.org> AuthorDate: Tue Jul 16 18:53:38 2019 +0200 Test CI again --- java/org/apache/tomcat/util/compat/GraalCompat.java | 1 - 1 file changed, 1 deletion(-) diff --git a/java/org/apache/tomcat/util/compat/GraalCompat.java b/java/org/apache/tomcat/util/compat/GraalCompat.java index 55c143d..53b67a1 100644 --- a/java/org/apache/tomcat/util/compat/GraalCompat.java +++ b/java/org/apache/tomcat/util/compat/GraalCompat.java @@ -40,7 +40,6 @@ class GraalCompat extends JreCompat { return GRAAL; } - @Override public void disableCachingForJarUrlConnections() throws IOException { } --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org