summaryrefslogtreecommitdiff
path: root/libaltos
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2019-07-17 11:38:43 -0700
committerKeith Packard <keithp@keithp.com>2019-07-17 11:38:43 -0700
commit784ccd37d051e8b88ef1b150ccb4e89103675b3e (patch)
treef1c55383072a584f8a27b55c18b4fa5311802147 /libaltos
parent25be2785cf34773bdcac5ec7b2a41769e352812a (diff)
altoslib: Stop using deprecated Java functionality
new Double(x) -> Double.valueOf(x) c.newInstance() -> c.getDeclaredConstructor().newInstance() Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'libaltos')
0 files changed, 0 insertions, 0 deletions