From 56126ce3bd8d84c005f16212d23327e98e6976aa Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 25 May 2008 01:20:40 +0000 Subject: --- sources/prefs/VSPrefs.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sources/prefs/VSPrefs.java') 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) objectInputStream.readObject(); colorPrefs = (HashMap) objectInputStream.readObject(); -- cgit v1.2.3