Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrescobar2010-06-19 01:38:06 +0000
committerrescobar2010-06-19 01:38:06 +0000
commit8f9ca3a0da89ca96fcf24c71bbda0a219c7cb19e (patch)
treec40761ae8485f75a5d23a26069f553acc1cc0818 /plugins/org.eclipse.osee.framework.core.server.test
parentfb85a9381feb60438b58ae7372f8fa5c0ea3931f (diff)
downloadorg.eclipse.osee-8f9ca3a0da89ca96fcf24c71bbda0a219c7cb19e.tar.gz
org.eclipse.osee-8f9ca3a0da89ca96fcf24c71bbda0a219c7cb19e.tar.xz
org.eclipse.osee-8f9ca3a0da89ca96fcf24c71bbda0a219c7cb19e.zip
Diffstat (limited to 'plugins/org.eclipse.osee.framework.core.server.test')
-rw-r--r--plugins/org.eclipse.osee.framework.core.server.test/src/org/eclipse/osee/framework/core/server/test/internal/BuildTypeIdentifierTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.osee.framework.core.server.test/src/org/eclipse/osee/framework/core/server/test/internal/BuildTypeIdentifierTest.java b/plugins/org.eclipse.osee.framework.core.server.test/src/org/eclipse/osee/framework/core/server/test/internal/BuildTypeIdentifierTest.java
index 174a3b13e01..69e6081bb63 100644
--- a/plugins/org.eclipse.osee.framework.core.server.test/src/org/eclipse/osee/framework/core/server/test/internal/BuildTypeIdentifierTest.java
+++ b/plugins/org.eclipse.osee.framework.core.server.test/src/org/eclipse/osee/framework/core/server/test/internal/BuildTypeIdentifierTest.java
@@ -20,7 +20,7 @@ import org.eclipse.osee.framework.core.exception.OseeCoreException;
import org.eclipse.osee.framework.core.server.internal.BuildInfo;
import org.eclipse.osee.framework.core.server.internal.BuildTypeIdentifier;
import org.eclipse.osee.framework.core.server.test.mocks.MockBuildTypeDataProvider;
-import org.eclipse.osee.framework.core.util.Compare;
+import org.eclipse.osee.framework.jdk.core.util.Compare;
import org.eclipse.osee.framework.jdk.core.util.Lib;
import org.junit.Test;
import org.junit.runner.RunWith;

Back to the top