v0.7.5a: removed unnecessary explicit type arguments
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user