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

View File

@@ -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 ) {