You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by le...@apache.org on 2002/01/24 03:10:27 UTC

cvs commit: jakarta-avalon-excalibur/src/scratchpad/org/apache/avalon/excalibur/i18n BundleInfoMapper.java

leif        02/01/23 18:10:27

  Modified:    src/scratchpad/org/apache/avalon/excalibur/i18n
                        BundleInfoMapper.java
  Log:
  Remove static modifier as it is implied.
  
  Revision  Changes    Path
  1.6       +2 -2      jakarta-avalon-excalibur/src/scratchpad/org/apache/avalon/excalibur/i18n/BundleInfoMapper.java
  
  Index: BundleInfoMapper.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/src/scratchpad/org/apache/avalon/excalibur/i18n/BundleInfoMapper.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- BundleInfoMapper.java	2 Jan 2002 19:04:56 -0000	1.5
  +++ BundleInfoMapper.java	24 Jan 2002 02:10:27 -0000	1.6
  @@ -12,11 +12,11 @@
    * to find the relevant bundle.
    *
    * @author <a href="mailto:neeme@apache.org">Neeme Praks</a>
  - * @version CVS $Revision: 1.5 $ $Date: 2002/01/02 19:04:56 $ $Author: neeme $
  + * @version CVS $Revision: 1.6 $ $Date: 2002/01/24 02:10:27 $ $Author: leif $
    */
   public interface BundleInfoMapper {
   
  -    static String ROLE = "org.apache.avalon.excalibur.i18n.BundleInfoMapper";
  +    String ROLE = "org.apache.avalon.excalibur.i18n.BundleInfoMapper";
   
       /**
        * Get the string form of the bundle, based on bundle info.
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>