Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2004-06-24 09:58:34 +0000
committerDani Megert2004-06-24 09:58:34 +0000
commit5f0485079b6443fe81cb0481519ade8fb18ce525 (patch)
tree26f9b7acdbccb27be158c869f2a714655cf78264 /org.eclipse.jface.text/src/org/eclipse/jface/text/reconciler/MonoReconciler.java
parenta5d91eb11649d28aeb4019e1db3e30d86827a06e (diff)
downloadeclipse.platform.text-5f0485079b6443fe81cb0481519ade8fb18ce525.tar.gz
eclipse.platform.text-5f0485079b6443fe81cb0481519ade8fb18ce525.tar.xz
eclipse.platform.text-5f0485079b6443fe81cb0481519ade8fb18ce525.zip
Javadoc updates
Diffstat (limited to 'org.eclipse.jface.text/src/org/eclipse/jface/text/reconciler/MonoReconciler.java')
-rw-r--r--org.eclipse.jface.text/src/org/eclipse/jface/text/reconciler/MonoReconciler.java4
1 files changed, 1 insertions, 3 deletions
diff --git a/org.eclipse.jface.text/src/org/eclipse/jface/text/reconciler/MonoReconciler.java b/org.eclipse.jface.text/src/org/eclipse/jface/text/reconciler/MonoReconciler.java
index 39418e64995..f82135457e5 100644
--- a/org.eclipse.jface.text/src/org/eclipse/jface/text/reconciler/MonoReconciler.java
+++ b/org.eclipse.jface.text/src/org/eclipse/jface/text/reconciler/MonoReconciler.java
@@ -8,10 +8,8 @@
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
-
package org.eclipse.jface.text.reconciler;
-
import org.eclipse.core.runtime.IProgressMonitor;
import org.eclipse.jface.text.Assert;
@@ -22,7 +20,7 @@ import org.eclipse.jface.text.Region;
/**
* Standard implementation of <code>IReconciler</code>. The reconciler
* is configured with a single <code>IReconcilingStrategy</code> that is
- * used independly from where a dirty region is located in the reconciler's
+ * used independently from where a dirty region is located in the reconciler's
* document. <p>
* Usually, clients instantiate this class and configure it before using it.
*

Back to the top