summaryrefslogtreecommitdiff
path: root/sources/prefs/VSSerializablePrefs.java
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2008-08-13 16:07:15 +0000
committerPaul Buetow <paul@buetow.org>2008-08-13 16:07:15 +0000
commitefff967bb744b0697592e6108cb227baa58e9885 (patch)
tree9677c0ab8d95babc561068f42a73589273f01ff9 /sources/prefs/VSSerializablePrefs.java
parent5bf750ce5d254cc85790adefccbff78277019353 (diff)
all line lengths <= 80
Diffstat (limited to 'sources/prefs/VSSerializablePrefs.java')
-rw-r--r--sources/prefs/VSSerializablePrefs.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/sources/prefs/VSSerializablePrefs.java b/sources/prefs/VSSerializablePrefs.java
index ccb5aab..66a2c83 100644
--- a/sources/prefs/VSSerializablePrefs.java
+++ b/sources/prefs/VSSerializablePrefs.java
@@ -44,7 +44,7 @@ public class VSSerializablePrefs extends VSPrefs implements VSSerializable {
public synchronized void serialize(VSSerialize serialize,
ObjectOutputStream objectOutputStream)
throws IOException {
- super.serialize_(serialize, objectOutputStream);
+ super.serialize_(serialize, objectOutputStream);
}
/* (non-Javadoc)
@@ -55,6 +55,6 @@ public class VSSerializablePrefs extends VSPrefs implements VSSerializable {
public synchronized void deserialize(VSSerialize serialize,
ObjectInputStream objectInputStream)
throws IOException, ClassNotFoundException {
- super.deserialize_(serialize, objectInputStream);
+ super.deserialize_(serialize, objectInputStream);
}
}