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

add some needed precedences

This commit is contained in:
Kevin Glynn 2011-01-31 21:46:40 +01:00
parent fb4d2e0ae8
commit 1a0959de61
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
<Methods>
<Method>
<Imports />
<Java>${this}.close()</Java>
<Java>${this:16}.close()</Java>
<Params />
<Name>Dispose</Name>
<Return>System.Void</Return>

View File

@ -12,7 +12,7 @@
<Methods>
<Method>
<Imports />
<Java>${this}.close()</Java>
<Java>${this:16}.close()</Java>
<Params />
<Name>Close</Name>
<Return>System.Void</Return>