Sophie

Sophie

distrib > Mandriva > 2006.0 > x86_64 > by-pkgid > 489c2ec4994fc26e7f0214f755ef45f9 > files > 1

jakarta-cactus-1.5-1jpp.src.rpm

*** 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)