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 3ca8f10 Test CI again. 3ca8f10 is described below commit 3ca8f109a1593968ab633c3e526275fb0870fba4 Author: remm <r...@apache.org> AuthorDate: Tue Jul 16 18:38:52 2019 +0200 Test CI again. --- java/org/apache/tomcat/util/compat/GraalCompat.java | 1 + 1 file changed, 1 insertion(+) diff --git a/java/org/apache/tomcat/util/compat/GraalCompat.java b/java/org/apache/tomcat/util/compat/GraalCompat.java index 53b67a1..55c143d 100644 --- a/java/org/apache/tomcat/util/compat/GraalCompat.java +++ b/java/org/apache/tomcat/util/compat/GraalCompat.java @@ -40,6 +40,7 @@ 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