You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by do...@apache.org on 2002/05/12 16:25:55 UTC

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

donaldp     02/05/12 07:25:55

  Modified:    all/src/scratchpad/org/apache/avalon/excalibur/i18n
                        BundleLoader.java
  Log:
  Fix javadoc error
  
  Revision  Changes    Path
  1.7       +1 -4      jakarta-avalon-excalibur/all/src/scratchpad/org/apache/avalon/excalibur/i18n/BundleLoader.java
  
  Index: BundleLoader.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/all/src/scratchpad/org/apache/avalon/excalibur/i18n/BundleLoader.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- BundleLoader.java	16 Mar 2002 00:05:47 -0000	1.6
  +++ BundleLoader.java	12 May 2002 14:25:55 -0000	1.7
  @@ -11,15 +11,12 @@
    * Used to map locale information to URI space, to find the relevant bundle.
    *
    * @author <a href="mailto:neeme@apache.org">Neeme Praks</a>
  - * @version CVS $Revision: 1.6 $ $Date: 2002/03/16 00:05:47 $ $Author: donaldp $
  + * @version CVS $Revision: 1.7 $ $Date: 2002/05/12 14:25:55 $ $Author: donaldp $
    */
   public interface BundleLoader
   {
       /**
        * Load a bundle, based on bundleInfo.
  -     *
  -     * @return      the bundle
        */
       void preload();
  -
   }
  
  
  

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