summaryrefslogtreecommitdiff
path: root/altosuilib
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2016-04-28 12:29:16 -0700
committerKeith Packard <keithp@keithp.com>2016-04-28 12:29:16 -0700
commitec20e2f72460010c4f59e6d59775671260e01026 (patch)
tree26550cdb6537581616e5ee8505dd80613a1f7c52 /altosuilib
parent3c7b68b8a513b611500dfd734182e1a2e7bdd40c (diff)
altoslib: Make AltosPreferencesBackend abstract. Add set/put Serializable
This lets us add functionality to this directly, such as the new serializable APIs. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosuilib')
-rw-r--r--altosuilib/AltosUIPreferencesBackend.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/altosuilib/AltosUIPreferencesBackend.java b/altosuilib/AltosUIPreferencesBackend.java
index 9d3f15a2..d232edf7 100644
--- a/altosuilib/AltosUIPreferencesBackend.java
+++ b/altosuilib/AltosUIPreferencesBackend.java
@@ -22,7 +22,7 @@ import java.util.prefs.*;
import org.altusmetrum.altoslib_10.*;
import javax.swing.filechooser.FileSystemView;
-public class AltosUIPreferencesBackend implements AltosPreferencesBackend {
+public class AltosUIPreferencesBackend extends AltosPreferencesBackend {
private Preferences _preferences = null;