Use diamonds

This commit is contained in:
serso 2016-04-03 00:45:44 +02:00
parent 5263b447ab
commit b1eb2c7d37

View File

@ -46,7 +46,7 @@ public abstract class Variable implements Comparable, MathEntity {
return generic.numeric(); return generic.numeric();
} }
}; };
static final Map<String, String> special = new HashMap<String, String>(); static final Map<String, String> special = new HashMap<>();
static { static {
special.put("Alpha", "\u0391"); special.put("Alpha", "\u0391");