1
0
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:
Kevin Glynn 2011-09-06 15:00:03 +02:00
parent 091650f33c
commit fb9b27763f

View File

@ -131,7 +131,7 @@ namespace Twiglet.CS2J.Translator
TranslatorExceptionIsThrowable = false;
TranslatorBlanketThrow = true;
TranslatorMakeJavadocComments = true;
TranslatorMakeJavaNamingConventions = false;
TranslatorMakeJavaNamingConventions = true;
EnumsAsNumericConsts = false;
UnsignedNumbersToSigned = false;