dlr 01/11/12 15:33:48
Modified: src/tool/org/apache/turbine/tool LocalizationTool.java
Log:
There is now a fix to obviate the need for this method. It should be
checked into Velocity CVS within the next couple days.
Revision Changes Path
1.25 +0 -14
jakarta-turbine-3/src/tool/org/apache/turbine/tool/LocalizationTool.java
Index: LocalizationTool.java
===================================================================
RCS file:
/home/cvs/jakarta-turbine-3/src/tool/org/apache/turbine/tool/LocalizationTool.java,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -u -r1.24 -r1.25
--- LocalizationTool.java 2001/11/12 21:06:59 1.24
+++ LocalizationTool.java 2001/11/12 23:33:48 1.25
@@ -243,20 +243,6 @@
}
/**
- * This method exists as a work around for an "overloaded Java
- * method called from Velocity template" delegation bug in
- * Velocity. This method will eventually be removed in favor of
- * {@link #format(String, List)}.
- *
- * @see #format(String, List)
- */
- public String format(String key, ArrayList args)
- {
- return Localization.format(getBundleName(), getLocale(), key,
- args.toArray());
- }
-
- /**
* The return value of this method is used to set the name of the
* bundle used by this tool. Useful as a hook for using a
* different bundle than specifed in your
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>