Author: markt Date: Mon Jan 14 08:46:39 2013 New Revision: 1432840 URL: http://svn.apache.org/viewvc?rev=1432840&view=rev Log: Tab/trailing whitespace police
Modified: tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/net/SSLUtil.java Modified: tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/net/SSLUtil.java URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/net/SSLUtil.java?rev=1432840&r1=1432839&r2=1432840&view=diff ============================================================================== --- tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/net/SSLUtil.java (original) +++ tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/net/SSLUtil.java Mon Jan 14 08:46:39 2013 @@ -44,7 +44,7 @@ public interface SSLUtil { * the endpoint configuration does not specify any ciphers. */ public String[] getEnableableCiphers(SSLContext context); - + /** * Determines the SSL protocol variants that can be enabled, based on the * configuration of the endpoint and the ciphers supported by the SSL --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org