You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by vg...@apache.org on 2003/11/27 03:18:38 UTC

cvs commit: cocoon-2.2/src/java/org/apache/cocoon/i18n Bundle.java

vgritsenko    2003/11/26 18:18:38

  Modified:    src/java/org/apache/cocoon/i18n Bundle.java
  Log:
  Use class to get ROLE name
  
  Revision  Changes    Path
  1.3       +2 -2      cocoon-2.2/src/java/org/apache/cocoon/i18n/Bundle.java
  
  Index: Bundle.java
  ===================================================================
  RCS file: /home/cvs/cocoon-2.2/src/java/org/apache/cocoon/i18n/Bundle.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Bundle.java	16 Mar 2003 17:49:15 -0000	1.2
  +++ Bundle.java	27 Nov 2003 02:18:38 -0000	1.3
  @@ -63,7 +63,7 @@
    */
   public interface Bundle extends Component {
   
  -    String ROLE = "org.apache.cocoon.i18n.Bundle";
  +    String ROLE = Bundle.class.getName();
   
       /**
        * Get string value by key.