don't prefer getClass over HashMap.get

This commit is contained in:
peter
2012-06-03 17:01:34 +02:00
parent 6ea5d29d61
commit 8ccfb29451
4 changed files with 13 additions and 1 deletions
@@ -0,0 +1,8 @@
import java.util.HashMap;
class Util {
void foo(int reaction, boolean rezet) {
new HashMap().g<caret>x
}
}