restore field negation by !

This commit is contained in:
peter
2011-02-21 21:05:55 +01:00
parent ab4660c7ac
commit 0955db3442
5 changed files with 33 additions and 22 deletions
@@ -0,0 +1,7 @@
public class ConstConfig {
public static boolean testMode = false;
{
if (test<caret>x)
}
}