/**
* Descriptive information about this Valve implementation.
*/
- protected static String info =
+ protected static final String info =
"org.apache.catalina.authenticator.SingleSignOn";
/**
* Descriptive information about this Valve implementation.
*/
- protected static String info =
+ protected static final String info =
"org.apache.catalina.ha.authenticator.ClusterSingleSignOn";
protected int messageNumber = 0;
/**
* The descriptive information about this implementation.
*/
- protected static String info = "JDBCStore/1.0";
+ protected static final String info = "JDBCStore/1.0";
/**
* Context name associated with this Store
/**
* The descriptive information about this implementation.
*/
- protected static String info = "StoreBase/1.0";
+ protected static final String info = "StoreBase/1.0";
/**
* Name to register for this Store, used for logging.
/**
* The descriptive information about this implementation.
*/
- protected static String info =
+ protected static final String info =
"org.apache.catalina.valves.JDBCAccessLogValve/1.1";
* Descriptive information about this Valve implementation. This value
* should be overridden by subclasses.
*/
- protected static String info =
+ protected static final String info =
"org.apache.catalina.core.ValveBase/1.0";