getting rid of TypeInfo

This commit is contained in:
Alex Tkachman
2012-02-21 14:54:00 +02:00
parent 0ed8e19eaf
commit 8b622f97f4
139 changed files with 209 additions and 2186 deletions

View File

@@ -4,10 +4,8 @@ import java.math.BigDecimal;
class MapOfKString {
public static void gfgdgfg() {
jet.TypeInfo useless = null;
Map<BigDecimal, String> map = new HashMap<BigDecimal, String>();
Map<BigDecimal, String> r = namespace.fff(useless, map);
Map<BigDecimal, String> r = namespace.fff(map);
}
}