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 52c14e3 Test CI again.
52c14e3 is described below
commit 52c14e393d3b9348575f1b45ff96b79f68cbbbc1
Author: remm <[email protected]>
AuthorDate: Tue Jul 16 18:23:10 2019 +0200
Test CI again.
---
java/org/apache/tomcat/util/compat/GraalCompat.java | 2 --
1 file changed, 2 deletions(-)
diff --git a/java/org/apache/tomcat/util/compat/GraalCompat.java
b/java/org/apache/tomcat/util/compat/GraalCompat.java
index cd2c725..53b67a1 100644
--- a/java/org/apache/tomcat/util/compat/GraalCompat.java
+++ b/java/org/apache/tomcat/util/compat/GraalCompat.java
@@ -35,13 +35,11 @@ class GraalCompat extends JreCompat {
GRAAL = result;
}
-
static boolean isSupported() {
// This property does not exist for a native image
return GRAAL;
}
-
@Override
public void disableCachingForJarUrlConnections() throws IOException {
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]