From 56d607ee3a72a1948c3e70af6ec493f8c35d42e1 Mon Sep 17 00:00:00 2001 From: Kevin Glynn Date: Tue, 19 Apr 2011 10:23:39 +0200 Subject: [PATCH] ICollection -> Collection --- CS2JLibrary/NetFramework/System/Collections/ICollection.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CS2JLibrary/NetFramework/System/Collections/ICollection.xml b/CS2JLibrary/NetFramework/System/Collections/ICollection.xml index f83a1f0..7016876 100644 --- a/CS2JLibrary/NetFramework/System/Collections/ICollection.xml +++ b/CS2JLibrary/NetFramework/System/Collections/ICollection.xml @@ -9,9 +9,9 @@ --> - CS2JNet.System.Collections.Generic.ICollectionSupport + java.util.Collection - ICollectionSupport + Collection System.Collections.ICollection System.Object