diff options
author | Keith Packard <keithp@keithp.com> | 2016-01-10 12:30:34 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2016-01-10 12:31:46 -0800 |
commit | 7041c386cdf37716f8daf0bc1a9204db620e3de9 (patch) | |
tree | 55a3ff7c25e3a1c2d7b41edc6bec4161fc6ef7a2 /altosuilib/AltosSerialInUseException.java | |
parent | b560b20cc7d4d5ac219613b29707f7cb8a018273 (diff) |
Update java library versions
altoslib is API incompatible with 1.6.1 release due to altos.state updates.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosuilib/AltosSerialInUseException.java')
-rw-r--r-- | altosuilib/AltosSerialInUseException.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/altosuilib/AltosSerialInUseException.java b/altosuilib/AltosSerialInUseException.java index 2b198aec..d1083098 100644 --- a/altosuilib/AltosSerialInUseException.java +++ b/altosuilib/AltosSerialInUseException.java @@ -15,7 +15,7 @@ * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ -package org.altusmetrum.altosuilib_8; +package org.altusmetrum.altosuilib_9; public class AltosSerialInUseException extends Exception { public AltosDevice device; |