1
0
mirror of https://github.com/twiglet/cs2j.git synced 2025-01-18 13:15:17 +01:00

going to retire ArrayListSupport

This commit is contained in:
Kevin Glynn 2011-01-11 12:04:34 +01:00
parent 38ebf673fb
commit 99843bd654

View File

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0"> <Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0">
<Imports> <Imports>
<Import>RusticiSoftware.System.Collections.ArrayListSupport</Import> <Import>java.util.ArrayList</Import>
</Imports> </Imports>
<Java>ArrayListSupport</Java> <Java>ArrayList</Java>
<Name>System.Collections.ArrayList</Name> <Name>System.Collections.ArrayList</Name>
<Uses /> <Uses />
<Inherits> <Inherits>
@ -13,7 +13,7 @@
<Methods> <Methods>
<Method> <Method>
<Imports /> <Imports />
<Java>${this}.addS(${arg})</Java> <Java>${this}.add(${arg})</Java>
<Params> <Params>
<Param> <Param>
<Type>System.Object</Type> <Type>System.Object</Type>