mirror of
https://github.com/twiglet/cs2j.git
synced 2025-01-18 13:15:17 +01:00
fix arraylist sort
This commit is contained in:
parent
403d42044f
commit
fb578b8dc2
@ -119,8 +119,10 @@
|
||||
<Return>System.Object[]</Return>
|
||||
</Method>
|
||||
<Method>
|
||||
<Imports />
|
||||
<Java>${this}.sort()</Java>
|
||||
<Imports>
|
||||
<Import>java.util.Collections</Import>
|
||||
</Imports>
|
||||
<Java>Collections.sort(${this})</Java>
|
||||
<Params />
|
||||
<Name>Sort</Name>
|
||||
<Return>System.Void</Return>
|
||||
|
Loading…
x
Reference in New Issue
Block a user