mirror of
https://github.com/twiglet/cs2j.git
synced 2025-01-18 13:15:17 +01:00
rename methods to follow java conventions by default
This commit is contained in:
parent
091650f33c
commit
fb9b27763f
@ -131,7 +131,7 @@ namespace Twiglet.CS2J.Translator
|
|||||||
TranslatorExceptionIsThrowable = false;
|
TranslatorExceptionIsThrowable = false;
|
||||||
TranslatorBlanketThrow = true;
|
TranslatorBlanketThrow = true;
|
||||||
TranslatorMakeJavadocComments = true;
|
TranslatorMakeJavadocComments = true;
|
||||||
TranslatorMakeJavaNamingConventions = false;
|
TranslatorMakeJavaNamingConventions = true;
|
||||||
|
|
||||||
EnumsAsNumericConsts = false;
|
EnumsAsNumericConsts = false;
|
||||||
UnsignedNumbersToSigned = false;
|
UnsignedNumbersToSigned = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user