nboyd%atg.com 39baead261 See bug 382340. Additional patch from Hannes Wallnoefer:
The varargs patch does not handle the case where a varargs method is called
with a java array. For example, the following code returns a List containing a
string array as single element, instead of a List containing all the strings in
the array:

java.util.Arrays.asList(java.util.TimeZone.getAvailableIDs());


git-svn-id: svn://10.0.0.236/trunk@228931 18797224-902f-48f8-a5cc-f745e15eee43
2007-06-28 12:52:40 +00:00
..