v0.7.5a: removed unnecessary explicit type arguments
This commit is contained in:
@@ -29,7 +29,7 @@ public class BitmapFilm {
|
||||
|
||||
public Pixmap bitmap;
|
||||
|
||||
protected HashMap<Object,Rect> frames = new HashMap<Object, Rect>();
|
||||
protected HashMap<Object,Rect> frames = new HashMap<>();
|
||||
|
||||
public BitmapFilm( Pixmap bitmap ) {
|
||||
this.bitmap = bitmap;
|
||||
|
||||
Reference in New Issue
Block a user