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

@@ -42,7 +42,7 @@ public class Atlas {
this.tx = tx;
tx.atlas = this;
namedFrames = new HashMap<Object, RectF>();
namedFrames = new HashMap<>();
}
public void add( Object key, int left, int top, int right, int bottom ) {