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
@@ -38,7 +38,7 @@ public class Group extends Gizmo {
public static boolean freezeEmitters = false;
public Group() {
members = new ArrayList<Gizmo>();
members = new ArrayList<>();
length = 0;
}