diff options
| author | Paul Buetow <paul@buetow.org> | 2008-05-25 01:20:40 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-05-25 01:20:40 +0000 |
| commit | 56126ce3bd8d84c005f16212d23327e98e6976aa (patch) | |
| tree | dd056dca92800554964075eaa5c3b6f371da70c1 /sources/prefs/VSPrefs.java | |
| parent | bc4135bf1e842c2c4b0f62bbe7b2ce5434ab4e3f (diff) | |
Diffstat (limited to 'sources/prefs/VSPrefs.java')
| -rw-r--r-- | sources/prefs/VSPrefs.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sources/prefs/VSPrefs.java b/sources/prefs/VSPrefs.java index 15241e0..24d5d54 100644 --- a/sources/prefs/VSPrefs.java +++ b/sources/prefs/VSPrefs.java @@ -438,8 +438,7 @@ public abstract class VSPrefs implements Serializable { objectOutputStream.writeObject(units); } - @SuppressWarnings("unchecked") - public synchronized void readObject(ObjectInputStream objectInputStream) + @SuppressWarnings("unchecked") public synchronized void readObject(ObjectInputStream objectInputStream) throws IOException, ClassNotFoundException { booleanPrefs = (HashMap<String,Boolean>) objectInputStream.readObject(); colorPrefs = (HashMap<String,Color>) objectInputStream.readObject(); |
