Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2008-05-17 07:11:23 +0000
committerDani Megert2008-05-17 07:11:23 +0000
commit2ea20961327200dc1f3fcc4647b2c9ba2260df2b (patch)
tree1a97c42bf26e767e61db23dce85a9ccda2033191
parentcc0f9d4d6067152313a57426d7745af053305108 (diff)
downloadeclipse.platform.text-2ea20961327200dc1f3fcc4647b2c9ba2260df2b.tar.gz
eclipse.platform.text-2ea20961327200dc1f3fcc4647b2c9ba2260df2b.tar.xz
eclipse.platform.text-2ea20961327200dc1f3fcc4647b2c9ba2260df2b.zip
Improved Javadoc.
-rw-r--r--org.eclipse.text/projection/org/eclipse/jface/text/projection/ChildDocumentManager.java3
1 files changed, 2 insertions, 1 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 038f3b43390..c844eeb7128 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
@@ -18,7 +18,8 @@ import org.eclipse.jface.text.IDocument;
* {@link org.eclipse.jface.text.projection.ProjectionDocumentManager}. This
* class exists for compatibility reasons.
* <p>
- * Internal class. This class is not intended to be used by clients.</p>
+ * Internal class. This class is not intended to be used by clients outside
+ * the Platform Text framework.</p>
*
* @since 3.0
* @noinstantiate This class is not intended to be instantiated by clients.

Back to the top