Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Arthorne2013-04-05 15:51:53 +0000
committerJohn Arthorne2013-04-19 14:50:30 +0000
commit58d91751aae765fb226e077f9b7783f002c4e775 (patch)
tree028f0efacdf3b09b3d7282564b310f330b6bb7d8
parent72b982a3388cac031b9a2ebb3adfea3cc1d16047 (diff)
downloadrt.equinox.p2-58d91751aae765fb226e077f9b7783f002c4e775.tar.gz
rt.equinox.p2-58d91751aae765fb226e077f9b7783f002c4e775.tar.xz
rt.equinox.p2-58d91751aae765fb226e077f9b7783f002c4e775.zip
Fixed import warnings
-rw-r--r--bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/sharedinstall/SharedProfilePreferencesTestWithDataInUser.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/sharedinstall/SharedProfilePreferencesTestWithDataInUser.java b/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/sharedinstall/SharedProfilePreferencesTestWithDataInUser.java
index 3b0beba51..abe45138f 100644
--- a/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/sharedinstall/SharedProfilePreferencesTestWithDataInUser.java
+++ b/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/sharedinstall/SharedProfilePreferencesTestWithDataInUser.java
@@ -1,7 +1,5 @@
-package org.eclipse.equinox.p2.tests.sharedinstall;
-
/*******************************************************************************
- * Copyright (c) 2012 Ericsson and others.
+ * Copyright (c) 2012, 2013 Ericsson 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
@@ -10,6 +8,8 @@ package org.eclipse.equinox.p2.tests.sharedinstall;
* Contributors:
* Pascal Rapicault (Ericsson) - Initial API and implementation
*******************************************************************************/
+package org.eclipse.equinox.p2.tests.sharedinstall;
+
import java.io.File;
import java.net.URI;
import org.eclipse.core.runtime.Platform;

Back to the top