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:33:09 UTC

[tomcat] branch master updated: Checkstyle

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 b28d5eb  Checkstyle
b28d5eb is described below

commit b28d5eb0da84971fcadee3ebfaa03d18f5912387
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 c287183..6c0166b 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