summaryrefslogtreecommitdiff
path: root/altosuilib/AltosUIPreferencesBackend.java
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2016-04-21 21:12:40 -0400
committerKeith Packard <keithp@keithp.com>2016-04-21 21:33:51 -0400
commit21d176f161b90f18f236ef887cef9676d712eee3 (patch)
tree5ae7ebd004c946710a1ce3b31a4c975b227d48d8 /altosuilib/AltosUIPreferencesBackend.java
parent4db6074bb15c66bd23c513e1e41b408e5408cff8 (diff)
Update java library version numbers
Prepare for 1.6.3 release. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosuilib/AltosUIPreferencesBackend.java')
-rw-r--r--altosuilib/AltosUIPreferencesBackend.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/altosuilib/AltosUIPreferencesBackend.java b/altosuilib/AltosUIPreferencesBackend.java
index 0b01dea6..9d3f15a2 100644
--- a/altosuilib/AltosUIPreferencesBackend.java
+++ b/altosuilib/AltosUIPreferencesBackend.java
@@ -15,11 +15,11 @@
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
*/
-package org.altusmetrum.altosuilib_9;
+package org.altusmetrum.altosuilib_10;
import java.io.File;
import java.util.prefs.*;
-import org.altusmetrum.altoslib_9.*;
+import org.altusmetrum.altoslib_10.*;
import javax.swing.filechooser.FileSystemView;
public class AltosUIPreferencesBackend implements AltosPreferencesBackend {