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)
Were using new Integer(int), when just passing the int would
'auto-box' as necessary.

Signed-off-by: Keith Packard <keithp@keithp.com>

No differences found