diff options
author | Bdale Garbee <bdale@gag.com> | 2012-09-11 10:35:04 -0600 |
---|---|---|
committer | Bdale Garbee <bdale@gag.com> | 2012-09-11 10:35:04 -0600 |
commit | 1fc97dd9875a7639533a34438c4c7c999412eb3a (patch) | |
tree | 5dcc12540f1249ffd343104c8dd5a931e981a69f /altosui/AltosSerialInUseException.java | |
parent | 8397d2b041824ddf1cc0b82926f10da8aae3264f (diff) | |
parent | 4420d4a9fc011ed970af506ef771dfb81580b666 (diff) |
Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
Diffstat (limited to 'altosui/AltosSerialInUseException.java')
-rw-r--r-- | altosui/AltosSerialInUseException.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/altosui/AltosSerialInUseException.java b/altosui/AltosSerialInUseException.java index 7380f331..ae97b3d2 100644 --- a/altosui/AltosSerialInUseException.java +++ b/altosui/AltosSerialInUseException.java @@ -15,7 +15,7 @@ * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ -package altosui; +package AltosUI; public class AltosSerialInUseException extends Exception { public AltosDevice device; |