Use diamonds
This commit is contained in:
parent
5263b447ab
commit
b1eb2c7d37
@ -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");
|
||||||
|
Loading…
Reference in New Issue
Block a user