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

don't make java conventions default (still too many problems :()

This commit is contained in:
Kevin Glynn 2011-08-25 18:03:28 +02:00
parent 359ca8e18c
commit b32c4f1e86

View File

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