Cast differently.

This commit is contained in:
Michael Bayne
2014-01-23 14:24:26 -08:00
parent a36b19bd70
commit 8f94d9c329
@@ -145,8 +145,8 @@ public class Transport
if (_unordered == null) {
int length = Type.values().length;
_unordered = new Transport[length];
@SuppressWarnings({ "unchecked", "rawtypes" }) HashIntMap<Transport>[] ordered =
new HashIntMap[length];
@SuppressWarnings({ "unchecked" }) HashIntMap<Transport>[] ordered =
(HashIntMap<Transport>[])new HashIntMap<?>[length];
_ordered = ordered;
}