Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Zarna2008-10-13 09:00:54 +0000
committerTomasz Zarna2008-10-13 09:00:54 +0000
commit98229e2e40ba2e60fe585fde2188e40ee6450a73 (patch)
tree2a8905c400d39dd3a8d7219f28d9ee3983ab0be9 /tests/org.eclipse.compare.tests/src/org/eclipse
parentfe7c5a4c142238e3e286c13c56d74da7885c891c (diff)
downloadeclipse.platform.team-98229e2e40ba2e60fe585fde2188e40ee6450a73.tar.gz
eclipse.platform.team-98229e2e40ba2e60fe585fde2188e40ee6450a73.tar.xz
eclipse.platform.team-98229e2e40ba2e60fe585fde2188e40ee6450a73.zip
bug 250419: Provide RangeDifferencer API in the compare core plug-in
Diffstat (limited to 'tests/org.eclipse.compare.tests/src/org/eclipse')
-rw-r--r--tests/org.eclipse.compare.tests/src/org/eclipse/compare/tests/DiffTest.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/org.eclipse.compare.tests/src/org/eclipse/compare/tests/DiffTest.java b/tests/org.eclipse.compare.tests/src/org/eclipse/compare/tests/DiffTest.java
index 523703336..33ebb49b5 100644
--- a/tests/org.eclipse.compare.tests/src/org/eclipse/compare/tests/DiffTest.java
+++ b/tests/org.eclipse.compare.tests/src/org/eclipse/compare/tests/DiffTest.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2006 IBM Corporation and others.
+ * Copyright (c) 2006, 2008 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
@@ -13,7 +13,7 @@ package org.eclipse.compare.tests;
import junit.framework.TestCase;
import org.eclipse.compare.internal.DocLineComparator;
-import org.eclipse.compare.internal.TextLineLCS;
+import org.eclipse.compare.internal.core.TextLineLCS;
import org.eclipse.compare.rangedifferencer.IRangeComparator;
import org.eclipse.compare.rangedifferencer.RangeDifference;
import org.eclipse.compare.rangedifferencer.RangeDifferencer;

Back to the top