Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDeepak Azad2012-05-31 06:00:12 +0000
committerDeepak Azad2012-05-31 06:00:12 +0000
commitbe62bc7f63b57de66d4a2edb478c3f4942f3492f (patch)
tree224dbe5ae3af35e5827a7093e2622514713826fd
parentdfc9f9bee4f1320360519a3d983667c7e193652c (diff)
downloadeclipse.platform.text-be62bc7f63b57de66d4a2edb478c3f4942f3492f.tar.gz
eclipse.platform.text-be62bc7f63b57de66d4a2edb478c3f4942f3492f.tar.xz
eclipse.platform.text-be62bc7f63b57de66d4a2edb478c3f4942f3492f.zip
-rw-r--r--org.eclipse.jface.text/src/org/eclipse/jface/text/source/ICharacterPairMatcherExtension.java2
-rw-r--r--org.eclipse.jface.text/src/org/eclipse/jface/text/source/ISourceViewerExtension.java4
2 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.jface.text/src/org/eclipse/jface/text/source/ICharacterPairMatcherExtension.java b/org.eclipse.jface.text/src/org/eclipse/jface/text/source/ICharacterPairMatcherExtension.java
index fb64f422f34..9d01713f698 100644
--- a/org.eclipse.jface.text/src/org/eclipse/jface/text/source/ICharacterPairMatcherExtension.java
+++ b/org.eclipse.jface.text/src/org/eclipse/jface/text/source/ICharacterPairMatcherExtension.java
@@ -14,7 +14,7 @@ import org.eclipse.jface.text.IDocument;
import org.eclipse.jface.text.IRegion;
/**
- * Extension interface {@link org.eclipse.jface.text.source.ICharacterPairMatcher}.
+ * Extension interface for {@link org.eclipse.jface.text.source.ICharacterPairMatcher}.
* <p>
* Extends the character pair matcher with the concept of matching peer character and enclosing peer
* characters for a given selection.
diff --git a/org.eclipse.jface.text/src/org/eclipse/jface/text/source/ISourceViewerExtension.java b/org.eclipse.jface.text/src/org/eclipse/jface/text/source/ISourceViewerExtension.java
index da8cddab447..ec2e1f05591 100644
--- a/org.eclipse.jface.text/src/org/eclipse/jface/text/source/ISourceViewerExtension.java
+++ b/org.eclipse.jface.text/src/org/eclipse/jface/text/source/ISourceViewerExtension.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2000, 2005 IBM Corporation and others.
+ * Copyright (c) 2000, 2012 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@@ -12,7 +12,7 @@
package org.eclipse.jface.text.source;
/**
- * Extension interface {@link org.eclipse.jface.text.source.ISourceViewer}.
+ * Extension interface for {@link org.eclipse.jface.text.source.ISourceViewer}.
* <p>
* Extends the source viewer with the concept of an annotation overview. The
* annotation overview differs from the annotation presentation in that it is

Back to the top