Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.text/projection/org/eclipse/jface/text/projection/ChildDocumentManager.java')
-rw-r--r--org.eclipse.text/projection/org/eclipse/jface/text/projection/ChildDocumentManager.java10
1 files changed, 6 insertions, 4 deletions
diff --git a/org.eclipse.text/projection/org/eclipse/jface/text/projection/ChildDocumentManager.java b/org.eclipse.text/projection/org/eclipse/jface/text/projection/ChildDocumentManager.java
index cebc9f6964a..8109b76e250 100644
--- a/org.eclipse.text/projection/org/eclipse/jface/text/projection/ChildDocumentManager.java
+++ b/org.eclipse.text/projection/org/eclipse/jface/text/projection/ChildDocumentManager.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
@@ -10,14 +10,16 @@
*******************************************************************************/
package org.eclipse.jface.text.projection;
+
import org.eclipse.jface.text.IDocument;
+
/**
* Implementation of a child document manager based on
- * <code>ProjectionDocumentManager</code>. This class exists for
- * compatibility reasons.
+ * {@link org.eclipse.jface.text.projection.ProjectionDocumentManager}. This
+ * class exists for compatibility reasons.
* <p>
- * Internal class. Do not use. Only public for testing purposes.
+ * Internal class. This class is not intended to be used by clients.
*
* @since 3.0
*/

Back to the top