tkormann    02/05/17 01:24:53

  Modified:    sources/org/apache/batik/util Messages.java
  Log:
  fix a typo bug
  
  Revision  Changes    Path
  1.3       +2 -2      xml-batik/sources/org/apache/batik/util/Messages.java
  
  Index: Messages.java
  ===================================================================
  RCS file: /home/cvs/xml-batik/sources/org/apache/batik/util/Messages.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Messages.java     3 May 2002 07:41:46 -0000       1.2
  +++ Messages.java     17 May 2002 08:24:53 -0000      1.3
  @@ -18,7 +18,7 @@
    * This class manages the message for the security utilities
    *
    * @author <a href="mailto:[EMAIL PROTECTED]";>Vincent Hardy</a>
  - * @version $Id: Messages.java,v 1.2 2002/05/03 07:41:46 vhardy Exp $
  + * @version $Id: Messages.java,v 1.3 2002/05/17 08:24:53 tkormann Exp $
    */
   public class Messages {
   
  @@ -31,7 +31,7 @@
        * The error messages bundle class name.
        */
       protected final static String RESOURCES =
  -        "org.apache.batik.util.resources.messages";
  +        "org.apache.batik.util.resources.Messages";
   
       /**
        * The localizable support for the error messages.
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to