You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by re...@apache.org on 2020/05/28 14:37:41 UTC

[tomcat] 02/02: Checkstyle

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 <re...@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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org