Author: markt
Date: Tue Jul 8 22:01:30 2014
New Revision: 1608962
URL: http://svn.apache.org/r1608962
Log:
Checkstyle
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/jsse/openssl/OpenSSLCipherConfigurationParser.java
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/jsse/openssl/OpenSSLCipherConfigurationParser.java
URL:
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/util/net/jsse/openssl/OpenSSLCipherConfigurationParser.java?rev=1608962&r1=1608961&r2=1608962&view=diff
==============================================================================
---
tomcat/trunk/java/org/apache/tomcat/util/net/jsse/openssl/OpenSSLCipherConfigurationParser.java
(original)
+++
tomcat/trunk/java/org/apache/tomcat/util/net/jsse/openssl/OpenSSLCipherConfigurationParser.java
Tue Jul 8 22:01:30 2014
@@ -52,7 +52,7 @@ public class OpenSSLCipherConfigurationP
* If ! is used then the ciphers are permanently deleted from the list.
The ciphers deleted can never reappear in the list
* even if they are explicitly stated.
*/
- private final static String EXCLUDE = "!";
+ private static final String EXCLUDE = "!";
/**
* If - is used then the ciphers are deleted from the list, but some or
all of the ciphers can be added again by later
* options.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]