jet.typeinfo.TypeInfo -> jet.TypeInfo

This commit is contained in:
Andrey Breslav
2011-12-26 18:59:48 +04:00
parent 5653dabe95
commit 3b0ca42e0b
113 changed files with 91 additions and 236 deletions

View File

@@ -1,7 +1,7 @@
class GenericArray {
public static void ggff() {
jet.typeinfo.TypeInfo noise = null;
jet.TypeInfo noise = null;
String[] s = namespace.ffgg(noise, new String[0]);
}
}