mirror of
https://github.com/twiglet/cs2j.git
synced 2025-01-18 13:15:17 +01:00
remove superfluous parenthesis
This commit is contained in:
parent
0b8e05d0a6
commit
930db5d588
@ -50,7 +50,7 @@
|
|||||||
</Method>
|
</Method>
|
||||||
<Method>
|
<Method>
|
||||||
<Imports />
|
<Imports />
|
||||||
<Java>Enum.valueOf(((Class*[? extends Enum]*))${enumType}, ${value})</Java>
|
<Java>Enum.valueOf((Class*[? extends Enum]*)${enumType:15}, ${value})</Java>
|
||||||
<Params>
|
<Params>
|
||||||
<Param>
|
<Param>
|
||||||
<Type>System.Type</Type>
|
<Type>System.Type</Type>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user