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
|
||||
@ -28,7 +28,7 @@
|
||||
</Method>
|
||||
<Method>
|
||||
<Imports>
|
||||
<Import>CS2JNet.System.*</Import>
|
||||
<Import>CS2JNet.System.ConsoleSupport</Import>
|
||||
</Imports>
|
||||
<Java>System.out.printf(ConsoleSupport.CSFmtStrToJFmtStr(${fmt}), ${arg})</Java>
|
||||
<Params>
|
||||
@ -46,7 +46,7 @@
|
||||
</Method>
|
||||
<Method>
|
||||
<Imports>
|
||||
<Import>CS2JNet.System.*</Import>
|
||||
<Import>CS2JNet.System.ConsoleSupport</Import>
|
||||
</Imports>
|
||||
<Java>System.out.printf(ConsoleSupport.CSFmtStrToJFmtStr(${fmt}), ${arg1}, ${arg2})</Java>
|
||||
<Params>
|
||||
@ -87,7 +87,7 @@
|
||||
</Method>
|
||||
<Method>
|
||||
<Imports>
|
||||
<Import>CS2JNet.System.*</Import>
|
||||
<Import>CS2JNet.System.ConsoleSupport</Import>
|
||||
</Imports>
|
||||
<Java>System.out.printf(ConsoleSupport.CSFmtStrToJFmtStr(${fmt}) + "\\n", ${arg})</Java>
|
||||
<Params>
|
||||
@ -105,7 +105,7 @@
|
||||
</Method>
|
||||
<Method>
|
||||
<Imports>
|
||||
<Import>CS2JNet.System.*</Import>
|
||||
<Import>CS2JNet.System.ConsoleSupport</Import>
|
||||
</Imports>
|
||||
<Java>System.out.printf(ConsoleSupport.CSFmtStrToJFmtStr(${fmt}) + "\\n", ${arg1}, ${arg2})</Java>
|
||||
<Params>
|
||||
|
Loading…
x
Reference in New Issue
Block a user