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:14 UTC

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

donaldp     02/05/12 07:25:14

  Modified:    all/src/scratchpad/org/apache/avalon/excalibur/i18n
                        BundleInfo.java
  Log:
  Fix javadoc error
  
  Revision  Changes    Path
  1.8       +1 -3      jakarta-avalon-excalibur/all/src/scratchpad/org/apache/avalon/excalibur/i18n/BundleInfo.java
  
  Index: BundleInfo.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/all/src/scratchpad/org/apache/avalon/excalibur/i18n/BundleInfo.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- BundleInfo.java	16 Mar 2002 00:05:47 -0000	1.7
  +++ BundleInfo.java	12 May 2002 14:25:14 -0000	1.8
  @@ -13,11 +13,10 @@
    * 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.7 $ $Date: 2002/03/16 00:05:47 $ $Author: donaldp $
  + * @version CVS $Revision: 1.8 $ $Date: 2002/05/12 14:25:14 $ $Author: donaldp $
    */
   public class BundleInfo
   {
  -
       private String name;
       private Locale locale;
       private String ext;
  @@ -87,7 +86,6 @@
        * E.g. the parent of new Locale("en","us","mac") would be
        * new Locale("en", "us", "").
        *
  -     * @param locale            the locale
        * @return                  the parent locale
        */
       protected Locale getParentLocale()
  
  
  

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