mirror of
https://github.com/twiglet/cs2j.git
synced 2025-01-18 13:15:17 +01:00
missing import
This commit is contained in:
parent
78d2ed1e29
commit
84d55bf3d5
@ -1,4 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
|
||||
This file is
|
||||
@ -183,6 +183,9 @@
|
||||
</Params>
|
||||
</Constructor>
|
||||
<Constructor>
|
||||
<Imports>
|
||||
<Import>java.util.Arrays</Import>
|
||||
</Imports>
|
||||
<Java>new ArrayList*[${T}]*(Arrays.asList(${collection}))</Java>
|
||||
<Params>
|
||||
<Param>
|
||||
|
Loading…
x
Reference in New Issue
Block a user