Clippy sez you might want a parameter there

This commit is contained in:
Charlie Groves
2011-04-06 18:07:39 -07:00
parent 636ee6eb27
commit f564c5f337
@@ -89,7 +89,7 @@ public class GenUtil
return buf.toString();
} else if (type instanceof TypeVariable) {
return ((TypeVariable)type).getName();
return ((TypeVariable<?>)type).getName();
} else {
throw new IllegalArgumentException("Can't generate simple name [type=" + type +