From ddac26dd4d1aafeaa714f2eb77cbfc7d244a053f Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 31 May 2008 04:02:24 +0000 Subject: bugfix! --- sources/prefs/VSPrefs.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sources/prefs/VSPrefs.java') diff --git a/sources/prefs/VSPrefs.java b/sources/prefs/VSPrefs.java index b0c9028..b4a9f73 100644 --- a/sources/prefs/VSPrefs.java +++ b/sources/prefs/VSPrefs.java @@ -957,7 +957,8 @@ public class VSPrefs implements Serializable { * @throws IOException Signals that an I/O exception has occurred. * @throws ClassNotFoundException the class not found exception */ - @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