You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cz...@apache.org on 2004/06/24 09:32:17 UTC

cvs commit: cocoon-2.1/src/java/org/apache/cocoon/i18n XMLResourceBundle.java

cziegeler    2004/06/24 00:32:17

  Modified:    src/java/org/apache/cocoon/i18n XMLResourceBundle.java
  Log:
  make internal class static
  
  Revision  Changes    Path
  1.8       +2 -2      cocoon-2.1/src/java/org/apache/cocoon/i18n/XMLResourceBundle.java
  
  Index: XMLResourceBundle.java
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/java/org/apache/cocoon/i18n/XMLResourceBundle.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- XMLResourceBundle.java	5 Mar 2004 13:02:56 -0000	1.7
  +++ XMLResourceBundle.java	24 Jun 2004 07:32:17 -0000	1.8
  @@ -116,7 +116,7 @@
       /**
        * Processes XML bundle file and creates map of values
        */
  -    private class SAXContentHandler implements ContentHandler {
  +    private static class SAXContentHandler implements ContentHandler {
           private Map values;
           private int state;
           private String namespace;