From fb578b8dc2541c2dd7b4a1953fc6f2ad74b8d0a8 Mon Sep 17 00:00:00 2001 From: Kevin Glynn Date: Fri, 28 Jan 2011 18:21:52 +0100 Subject: [PATCH] fix arraylist sort --- CS2JLibrary/NetFramework/System/Collections/ArrayList.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CS2JLibrary/NetFramework/System/Collections/ArrayList.xml b/CS2JLibrary/NetFramework/System/Collections/ArrayList.xml index 9334d2c..3432e69 100644 --- a/CS2JLibrary/NetFramework/System/Collections/ArrayList.xml +++ b/CS2JLibrary/NetFramework/System/Collections/ArrayList.xml @@ -119,8 +119,10 @@ System.Object[] - - ${this}.sort() + + java.util.Collections + + Collections.sort(${this}) Sort System.Void