v0.7.5a: removed unnecessary explicit type arguments
This commit is contained in:
@@ -36,7 +36,7 @@ public class TextureFilm {
|
||||
|
||||
private SmartTexture texture;
|
||||
|
||||
protected HashMap<Object,RectF> frames = new HashMap<Object, RectF>();
|
||||
protected HashMap<Object,RectF> frames = new HashMap<>();
|
||||
|
||||
public TextureFilm( Object tx ) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user