Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.compare/src/org/eclipse/emf/compare/match/IMatchEngine.java')
-rw-r--r--plugins/org.eclipse.emf.compare/src/org/eclipse/emf/compare/match/IMatchEngine.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.emf.compare/src/org/eclipse/emf/compare/match/IMatchEngine.java b/plugins/org.eclipse.emf.compare/src/org/eclipse/emf/compare/match/IMatchEngine.java
index 746ef6a98..312e58d50 100644
--- a/plugins/org.eclipse.emf.compare/src/org/eclipse/emf/compare/match/IMatchEngine.java
+++ b/plugins/org.eclipse.emf.compare/src/org/eclipse/emf/compare/match/IMatchEngine.java
@@ -21,8 +21,8 @@ import org.eclipse.emf.compare.scope.IComparisonScope;
* no-argument default constructor for instantiation.
* <p>
* We generally expect that a call to {@link #match(IComparisonScope)} will return us every single
- * {@link org.eclipse.emf.compare.Match matches} that can be determined from the given
- * {@link IComparisonScope context}. This includes all three of :
+ * {@link org.eclipse.emf.compare.Match matches} that can be determined from the given {@link IComparisonScope
+ * context}. This includes all three of :
* <ul>
* <li>Elements that are present on all three sides of the comparison scope,</li>
* <li>Elements that are present on only two sides,</li>

Back to the top