pkg://jakarta-cactus-1.5-1jpp.src.rpm:1971629/cactus-checkstyle.patch
info downloads
*** framework/src/java/share/org/apache/cactus/configuration/ConfigurationInitializer.java.orig Thu Feb 12 17:09:09 2004
--- framework/src/java/share/org/apache/cactus/configuration/ConfigurationInitializer.java Thu Feb 12 17:09:47 2004
***************
*** 122,128 ****
* read the DEFAULT_CONFIG_NAME file from the classpath. All properties
* found are exported as java system properties.
*/
! private static final void initializeConfig()
{
ResourceBundle config;
--- 122,128 ----
* read the DEFAULT_CONFIG_NAME file from the classpath. All properties
* found are exported as java system properties.
*/
! private static void initializeConfig()
{
ResourceBundle config;
***************
*** 167,173 ****
/**
* Initialize logging configuration.
*/
! private static final void initializeLoggingConfig()
{
String logConfig = System.getProperty(CACTUS_LOGGING_CONFIG_PROPERTY);
if (logConfig != null)
--- 167,173 ----
/**
* Initialize logging configuration.
*/
! private static void initializeLoggingConfig()
{
String logConfig = System.getProperty(CACTUS_LOGGING_CONFIG_PROPERTY);
if (logConfig != null)