User: ko5tik  
  Date: 02/10/14 05:55:06

  Modified:    modules/xdoclet/src/xdoclet/modules/externalizer/resources
                        translator.xdt
  Log:
  fix for XDT-58 & XTD-10 - moved property tags to getters,
  added support for inheritance
  
  Revision  Changes    Path
  1.3       +1 -1      
xdoclet/modules/xdoclet/src/xdoclet/modules/externalizer/resources/translator.xdt
  
  Index: translator.xdt
  ===================================================================
  RCS file: 
/cvsroot/xdoclet/xdoclet/modules/xdoclet/src/xdoclet/modules/externalizer/resources/translator.xdt,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -w -r1.2 -r1.3
  --- translator.xdt    9 Oct 2002 17:09:19 -0000       1.2
  +++ translator.xdt    14 Oct 2002 12:55:06 -0000      1.3
  @@ -23,7 +23,7 @@
      }
      public static java.lang.String getString(String resourceKey, Object[] arguments 
)  throws MissingResourceException {
         try {
  -      return MessageFormat.format(getBundle().getString(resourceKey),arguments);
  +      return 
MessageFormat.format(getBundle().getString(resourceKey.toLowerCase()),arguments);
         } catch(MissingResourceException ex) {
            return resourceKey;
         }
  
  
  


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to