This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit a40282bc6740bad923d46d20b77adba68ba43d59 Author: remm <r...@apache.org> AuthorDate: Thu May 28 16:32:54 2020 +0200 Checkstyle --- java/org/apache/tomcat/util/net/SSLSupport.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/org/apache/tomcat/util/net/SSLSupport.java b/java/org/apache/tomcat/util/net/SSLSupport.java index f46d266..39c51e7 100644 --- a/java/org/apache/tomcat/util/net/SSLSupport.java +++ b/java/org/apache/tomcat/util/net/SSLSupport.java @@ -91,7 +91,7 @@ public interface SSLSupport { * certificate first, followed by those of any certificate * authorities */ - default public X509Certificate[] getLocalCertificateChain() { + public default X509Certificate[] getLocalCertificateChain() { return null; } --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org