Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2012-06-12 14:33:50 +0000
committerDani Megert2012-06-12 14:33:50 +0000
commit5661e621dc4d4f49d8da239242ae8c4ea7fab58a (patch)
tree8db4075098e53aa50306c0bfa3dbab9e08f8f9f3
parentafd2e060874fe5b032acd2f3f664560a44359eb8 (diff)
downloadeclipse.platform.text-5661e621dc4d4f49d8da239242ae8c4ea7fab58a.tar.gz
eclipse.platform.text-5661e621dc4d4f49d8da239242ae8c4ea7fab58a.tar.xz
eclipse.platform.text-5661e621dc4d4f49d8da239242ae8c4ea7fab58a.zip
Clients should not implement this interface.
-rw-r--r--org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/ITemplatesPage.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/ITemplatesPage.java b/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/ITemplatesPage.java
index bc8df355e69..229d9751a57 100644
--- a/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/ITemplatesPage.java
+++ b/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/ITemplatesPage.java
@@ -25,8 +25,8 @@ import org.eclipse.ui.part.IPageBookViewPage;
* </ul>
* </p>
* <p>
- * Clients can either implement this interface directly or subclass the
- * {@link AbstractTemplatesPage}.
+ * Clients should not implement this interface directly but subclass {@link AbstractTemplatesPage}
+ * instead.
*
* @see org.eclipse.ui.texteditor.templates.ITemplatesPageExtension
* @see TemplatesView

Back to the top