diff options
author | Bdale Garbee <bdale@gag.com> | 2016-05-06 18:13:12 -0600 |
---|---|---|
committer | Bdale Garbee <bdale@gag.com> | 2016-05-06 18:13:12 -0600 |
commit | 4c20fdfa543059739b756171b991d430789cded1 (patch) | |
tree | f39e6c729364211bf0570c459c37b576ecf9faa9 /altoslib/AltosStateUpdate.java | |
parent | e58dd78bcb749315f84168c83a74cf80851bf815 (diff) | |
parent | 2f0c977c747824d0798550ac64eceb1d66c50efd (diff) |
Merge branch 'branch-1.6' into debian
Diffstat (limited to 'altoslib/AltosStateUpdate.java')
-rw-r--r-- | altoslib/AltosStateUpdate.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/altoslib/AltosStateUpdate.java b/altoslib/AltosStateUpdate.java index 68212846..12d4dd41 100644 --- a/altoslib/AltosStateUpdate.java +++ b/altoslib/AltosStateUpdate.java @@ -15,8 +15,8 @@ * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ -package org.altusmetrum.altoslib_9; +package org.altusmetrum.altoslib_10; public interface AltosStateUpdate { - public void update_state(AltosState state) throws InterruptedException; -}
\ No newline at end of file + public void update_state(AltosState state) throws InterruptedException, AltosUnknownProduct; +} |