Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2005-06-14 19:42:23 +0000
committerDani Megert2005-06-14 19:42:23 +0000
commit5dde74782295b79ace3f822677d9cf69ac65aaf9 (patch)
treec99baed70f43d0b19b4f8ab35a73625b1cd91905 /org.eclipse.text/src/org/eclipse/jface/text/ITextStore.java
parenta91496070816d51a15ea477150a7ee905def368a (diff)
downloadeclipse.platform.text-5dde74782295b79ace3f822677d9cf69ac65aaf9.tar.gz
eclipse.platform.text-5dde74782295b79ace3f822677d9cf69ac65aaf9.tar.xz
eclipse.platform.text-5dde74782295b79ace3f822677d9cf69ac65aaf9.zip
Doc changes and added missing @since 3.1 tag
Diffstat (limited to 'org.eclipse.text/src/org/eclipse/jface/text/ITextStore.java')
-rw-r--r--org.eclipse.text/src/org/eclipse/jface/text/ITextStore.java6
1 files changed, 4 insertions, 2 deletions
diff --git a/org.eclipse.text/src/org/eclipse/jface/text/ITextStore.java b/org.eclipse.text/src/org/eclipse/jface/text/ITextStore.java
index bd01aeba1c6..61d6356e9e5 100644
--- a/org.eclipse.text/src/org/eclipse/jface/text/ITextStore.java
+++ b/org.eclipse.text/src/org/eclipse/jface/text/ITextStore.java
@@ -14,9 +14,11 @@ package org.eclipse.jface.text;
/**
* Interface for storing and managing text.
* <p>
- * Provides access to the stored text and allows to manipulate it. Clients may
+ * Provides access to the stored text and allows to manipulate it.</p>
+ * <p>
+ * Clients may
* implement this interface or use {@link org.eclipse.jface.text.GapTextStore} and
- * {@link org.eclipse.jface.text.SequentialRewriteTextStore}.
+ * {@link org.eclipse.jface.text.SequentialRewriteTextStore}.</p>
*/
public interface ITextStore {

Back to the top