Better Javadoc
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 8 Mar 2011 13:50:46 +0000 (13:50 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 8 Mar 2011 13:50:46 +0000 (13:50 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1079355 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/tomcat/util/net/SSLSupport.java

index 6a679df..e569ca5 100644 (file)
@@ -19,13 +19,9 @@ package org.apache.tomcat.util.net;
 
 import java.io.IOException;
 
-/* SSLSupport
-
-   Interface for SSL-specific functions
-
-   @author EKR
-*/
-
+/**
+ * Defines an interface to interact with SSL sessions.
+ */
 public interface SSLSupport {
     /**
      * The Request attribute key for the cipher suite.