Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Maetzel2004-06-21 17:59:31 +0000
committerKai Maetzel2004-06-21 17:59:31 +0000
commitd0ec0abce3ab740813d8de05f0757f0d3153ab3a (patch)
tree577ebdc015bf0c7d59e0073aad4c41b19cfd450c /org.eclipse.text/src/org/eclipse/jface/text/SlaveDocumentEvent.java
parent48804744f6760adcd12ced90eeabadf37ab4f9a4 (diff)
downloadeclipse.platform.text-d0ec0abce3ab740813d8de05f0757f0d3153ab3a.tar.gz
eclipse.platform.text-d0ec0abce3ab740813d8de05f0757f0d3153ab3a.tar.xz
eclipse.platform.text-d0ec0abce3ab740813d8de05f0757f0d3153ab3a.zip
updated Javadoc
Diffstat (limited to 'org.eclipse.text/src/org/eclipse/jface/text/SlaveDocumentEvent.java')
-rw-r--r--org.eclipse.text/src/org/eclipse/jface/text/SlaveDocumentEvent.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.text/src/org/eclipse/jface/text/SlaveDocumentEvent.java b/org.eclipse.text/src/org/eclipse/jface/text/SlaveDocumentEvent.java
index 60fcd52909a..8161c8e4123 100644
--- a/org.eclipse.text/src/org/eclipse/jface/text/SlaveDocumentEvent.java
+++ b/org.eclipse.text/src/org/eclipse/jface/text/SlaveDocumentEvent.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2000, 2003 IBM Corporation and others.
+ * Copyright (c) 2000, 2004 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, and is available at
@@ -8,9 +8,9 @@
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
-
package org.eclipse.jface.text;
+
/**
* A slave document event represents a master document event as a slave-relative
* document event. It also carries the master document event.

Back to the top