diff options
| author | Paul Buetow <paul@buetow.org> | 2008-06-13 19:19:25 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-06-13 19:19:25 +0000 |
| commit | e4ac5f70765657dfab2a615a2bfcf6dc5c4ffdab (patch) | |
| tree | 818e42214cc6a69845dc20c0ea6b9f21bba2e86e /sources/prefs/VSPrefs.java | |
| parent | 86d37c2c10b9a0abbf1f4256333f13914c3c740b (diff) | |
run astyle
Diffstat (limited to 'sources/prefs/VSPrefs.java')
| -rw-r--r-- | sources/prefs/VSPrefs.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/prefs/VSPrefs.java b/sources/prefs/VSPrefs.java index be50a76..70f378f 100644 --- a/sources/prefs/VSPrefs.java +++ b/sources/prefs/VSPrefs.java @@ -997,7 +997,7 @@ public class VSPrefs implements VSSerializable { vectorPrefs = (HashMap<String,Vector<Integer>>) objectInputStream.readObject(); restrictions = (HashMap<String,VSPrefsRestriction>) - objectInputStream.readObject(); + objectInputStream.readObject(); /** For later backwards compatibility, to add more stuff */ objectInputStream.readObject(); |
