suppressed unchecked warning
This commit is contained in:
parent
0bcd1b341f
commit
b85daafb08
@ -450,6 +450,7 @@ public class MapTest extends TestCase {
|
||||
}
|
||||
}
|
||||
|
||||
@SuppressWarnings("unchecked")
|
||||
static final class MapWithGeneralMapParameters {
|
||||
final Map<String, Object> map = new LinkedHashMap();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user