aboutsummaryrefslogtreecommitdiff
path: root/libjava/classpath/java/util/prefs/PreferenceChangeEvent.java
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/classpath/java/util/prefs/PreferenceChangeEvent.java')
-rw-r--r--libjava/classpath/java/util/prefs/PreferenceChangeEvent.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/libjava/classpath/java/util/prefs/PreferenceChangeEvent.java b/libjava/classpath/java/util/prefs/PreferenceChangeEvent.java
index 41c3a47..f273361 100644
--- a/libjava/classpath/java/util/prefs/PreferenceChangeEvent.java
+++ b/libjava/classpath/java/util/prefs/PreferenceChangeEvent.java
@@ -7,7 +7,7 @@ GNU Classpath is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2, or (at your option)
any later version.
-
+
GNU Classpath is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
@@ -62,7 +62,7 @@ public class PreferenceChangeEvent extends EventObject {
// We have this to placate the compiler.
private static final long serialVersionUID = 793724513368024975L;
-
+
/**
* The key of the changed entry.
*/
@@ -116,7 +116,7 @@ public class PreferenceChangeEvent extends EventObject {
{
throw new NotSerializableException("LineEvent is not serializable");
}
-
+
private void writeObject(ObjectOutputStream oos)
throws IOException
{