remove mostly non-useful Integer.valueOf completion suggestions

This commit is contained in:
peter
2014-05-29 21:55:45 +02:00
parent 41b974e36f
commit 495500957b
3 changed files with 19 additions and 2 deletions
@@ -0,0 +1,7 @@
public class Foo {
void foo(Object value) {
Integer i = val<caret>x
}
}