Complain not about rawtypes here javac7.

This commit is contained in:
Michael Bayne
2013-09-16 10:44:42 -07:00
parent f417974f84
commit f1f1b3bc7e
@@ -145,7 +145,8 @@ public class Transport
if (_unordered == null) {
int length = Type.values().length;
_unordered = new Transport[length];
@SuppressWarnings("unchecked") HashIntMap<Transport>[] ordered = new HashIntMap[length];
@SuppressWarnings({ "unchecked", "rawtypes" }) HashIntMap<Transport>[] ordered =
new HashIntMap[length];
_ordered = ordered;
}