in a class, prefer member modifiers to other classes

This commit is contained in:
peter
2011-03-07 18:25:00 +01:00
parent bb17460a04
commit 09108a1141
3 changed files with 16 additions and 2 deletions
@@ -0,0 +1,9 @@
public class Test {
p<caret>
class paaa {}
static class paab {}
}