Date: 2004-11-29T21:10:54
   Editor: ShinobuKawai <[EMAIL PROTECTED]>
   Wiki: Jakarta-Velocity Wiki
   Page: ArrayTool
   URL: http://wiki.apache.org/jakarta-velocity/ArrayTool

   make isArray() public

Change Log:

------------------------------------------------------------------------------
@@ -209,7 +209,7 @@
      * @param object the object to check.
      * @return <code>true</code> if the object is an array.
      */
-    private boolean isArray(Object object)
+    public boolean isArray(Object object)
     {
         if (object == null)
         {

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

Reply via email to