Author: markt Date: Sun Aug 28 22:13:56 2016 New Revision: 1758156 URL: http://svn.apache.org/viewvc?rev=1758156&view=rev Log: Fix indent
Modified: tomcat/trunk/test/org/apache/tomcat/util/net/openssl/ciphers/TesterOpenSSL.java Modified: tomcat/trunk/test/org/apache/tomcat/util/net/openssl/ciphers/TesterOpenSSL.java URL: http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/tomcat/util/net/openssl/ciphers/TesterOpenSSL.java?rev=1758156&r1=1758155&r2=1758156&view=diff ============================================================================== --- tomcat/trunk/test/org/apache/tomcat/util/net/openssl/ciphers/TesterOpenSSL.java (original) +++ tomcat/trunk/test/org/apache/tomcat/util/net/openssl/ciphers/TesterOpenSSL.java Sun Aug 28 22:13:56 2016 @@ -64,7 +64,7 @@ public class TesterOpenSSL { VERSION = -1; } - HashSet<Cipher> unimplemented = new HashSet<>(); + HashSet<Cipher> unimplemented = new HashSet<>(); // These have been removed from all supported versions. unimplemented.add(Cipher.TLS_DHE_DSS_WITH_RC4_128_SHA); --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org