altosuilib: Eliminate a couple java compiler warnings
authorKeith Packard <keithp@keithp.com>
Wed, 19 Feb 2020 22:01:15 +0000 (14:01 -0800)
committerKeith Packard <keithp@keithp.com>
Wed, 19 Feb 2020 22:01:15 +0000 (14:01 -0800)
commit95fe82630797bae5a9a7ffacc871bbd00efe2d82
treebbb926dc5ffb238ab7105359cda59e7671fba2dc
parent76c5e6bf7ecc30ae77a9744a4af26dca3dc46254
altosuilib: Eliminate a couple java compiler warnings

Were using new Integer(int), when just passing the int would
'auto-box' as necessary.

Signed-off-by: Keith Packard <keithp@keithp.com>
altosuilib/AltosUIConfigure.java
altosuilib/AltosUIEnable.java