summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/TextChangedEvent.java
diff options
context:
space:
mode:
authorVeronika Irvine <veronika>2004-11-18 15:58:55 +0000
committerVeronika Irvine <veronika>2004-11-18 15:58:55 +0000
commit79189f485756508539a1e74d8f3bd3b4413b074f (patch)
tree7093b6a79d1bca576c6a2f42d213473e85420896 /bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/TextChangedEvent.java
parentc3388f2dbc67c4b1f6404848f20c473d0d63972f (diff)
downloadeclipse.platform.swt-79189f485756508539a1e74d8f3bd3b4413b074f.tar.gz
eclipse.platform.swt-79189f485756508539a1e74d8f3bd3b4413b074f.tar.xz
eclipse.platform.swt-79189f485756508539a1e74d8f3bd3b4413b074f.zip
add serialVersionUID
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/TextChangedEvent.java')
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/TextChangedEvent.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/TextChangedEvent.java b/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/TextChangedEvent.java
index 2243ed39e6..58a24a15f7 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/TextChangedEvent.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/TextChangedEvent.java
@@ -17,6 +17,9 @@ import org.eclipse.swt.events.*;
* the text occurs.
*/
public class TextChangedEvent extends TypedEvent {
+
+ static final long serialVersionUID = 3258696524257835065L;
+
/**
* Create the TextChangedEvent to be used by the StyledTextContent implementor.
* <p>