mirror of
https://github.com/twiglet/cs2j.git
synced 2025-01-18 13:15:17 +01:00
Don't import everything
This commit is contained in:
parent
56d607ee3a
commit
17fdd8498d
@ -1,4 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<!--
|
<!--
|
||||||
|
|
||||||
This file is
|
This file is
|
||||||
@ -28,7 +28,7 @@
|
|||||||
</Method>
|
</Method>
|
||||||
<Method>
|
<Method>
|
||||||
<Imports>
|
<Imports>
|
||||||
<Import>CS2JNet.System.*</Import>
|
<Import>CS2JNet.System.ConsoleSupport</Import>
|
||||||
</Imports>
|
</Imports>
|
||||||
<Java>System.out.printf(ConsoleSupport.CSFmtStrToJFmtStr(${fmt}), ${arg})</Java>
|
<Java>System.out.printf(ConsoleSupport.CSFmtStrToJFmtStr(${fmt}), ${arg})</Java>
|
||||||
<Params>
|
<Params>
|
||||||
@ -46,7 +46,7 @@
|
|||||||
</Method>
|
</Method>
|
||||||
<Method>
|
<Method>
|
||||||
<Imports>
|
<Imports>
|
||||||
<Import>CS2JNet.System.*</Import>
|
<Import>CS2JNet.System.ConsoleSupport</Import>
|
||||||
</Imports>
|
</Imports>
|
||||||
<Java>System.out.printf(ConsoleSupport.CSFmtStrToJFmtStr(${fmt}), ${arg1}, ${arg2})</Java>
|
<Java>System.out.printf(ConsoleSupport.CSFmtStrToJFmtStr(${fmt}), ${arg1}, ${arg2})</Java>
|
||||||
<Params>
|
<Params>
|
||||||
@ -87,7 +87,7 @@
|
|||||||
</Method>
|
</Method>
|
||||||
<Method>
|
<Method>
|
||||||
<Imports>
|
<Imports>
|
||||||
<Import>CS2JNet.System.*</Import>
|
<Import>CS2JNet.System.ConsoleSupport</Import>
|
||||||
</Imports>
|
</Imports>
|
||||||
<Java>System.out.printf(ConsoleSupport.CSFmtStrToJFmtStr(${fmt}) + "\\n", ${arg})</Java>
|
<Java>System.out.printf(ConsoleSupport.CSFmtStrToJFmtStr(${fmt}) + "\\n", ${arg})</Java>
|
||||||
<Params>
|
<Params>
|
||||||
@ -105,7 +105,7 @@
|
|||||||
</Method>
|
</Method>
|
||||||
<Method>
|
<Method>
|
||||||
<Imports>
|
<Imports>
|
||||||
<Import>CS2JNet.System.*</Import>
|
<Import>CS2JNet.System.ConsoleSupport</Import>
|
||||||
</Imports>
|
</Imports>
|
||||||
<Java>System.out.printf(ConsoleSupport.CSFmtStrToJFmtStr(${fmt}) + "\\n", ${arg1}, ${arg2})</Java>
|
<Java>System.out.printf(ConsoleSupport.CSFmtStrToJFmtStr(${fmt}) + "\\n", ${arg1}, ${arg2})</Java>
|
||||||
<Params>
|
<Params>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user