v0.7.5a: removed unnecessary explicit type arguments

This commit is contained in:
Evan Debenham
2019-10-04 15:50:26 -04:00
parent c0d8a456b3
commit 009752822d
35 changed files with 55 additions and 55 deletions
@@ -31,7 +31,7 @@ public class BitmapCache {
private static final String DEFAULT = "__default";
private static HashMap<String,Layer> layers = new HashMap<String, BitmapCache.Layer>();
private static HashMap<String,Layer> layers = new HashMap<>();
public static Pixmap get( String assetName ) {
return get( DEFAULT, assetName );