diff options
author | Keith Packard <keithp@keithp.com> | 2015-07-15 18:31:05 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2015-07-15 18:31:05 -0700 |
commit | d6445b3739ac2c5dd040efdb97317a6b2a48044a (patch) | |
tree | 9bb68833396950ec51e759607844fa8ccedd1b43 /telegps/TeleGPSGraphUI.java | |
parent | 271f56a41c7e785b0fab7e572325df842d104277 (diff) |
Bump Java library versions
Avoid problems if you have an old version of the library installed
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'telegps/TeleGPSGraphUI.java')
-rw-r--r-- | telegps/TeleGPSGraphUI.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/telegps/TeleGPSGraphUI.java b/telegps/TeleGPSGraphUI.java index f9ca9408..8fe479cc 100644 --- a/telegps/TeleGPSGraphUI.java +++ b/telegps/TeleGPSGraphUI.java @@ -26,8 +26,8 @@ import javax.swing.*; import java.io.*; import java.util.concurrent.*; import java.util.*; -import org.altusmetrum.altoslib_7.*; -import org.altusmetrum.altosuilib_7.*; +import org.altusmetrum.altoslib_8.*; +import org.altusmetrum.altosuilib_8.*; import org.jfree.chart.ChartPanel; import org.jfree.chart.JFreeChart; |