Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/engine/ProfileTest.java')
-rw-r--r--bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/engine/ProfileTest.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/engine/ProfileTest.java b/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/engine/ProfileTest.java
index b2ba3a29b..c89fc8ec8 100644
--- a/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/engine/ProfileTest.java
+++ b/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/engine/ProfileTest.java
@@ -168,7 +168,7 @@ public class ProfileTest extends AbstractProvisioningTest {
}
private final static String PROFILE_TEST_TARGET = "profileTest";
- private final static Version PROFILE_TEST_VERSION = Version.create("0.0.1");
+ final static Version PROFILE_TEST_VERSION = Version.create("0.0.1");
private final static String PROFILE_TEST_ELEMENT = "test";
public static final String PROFILES_ELEMENT = "profiles"; //$NON-NLS-1$
@@ -240,7 +240,7 @@ public class ProfileTest extends AbstractProvisioningTest {
}
}
- private final class TestHandler extends RootHandler {
+ final class TestHandler extends RootHandler {
private ProfilesHandler profilesHandler;
IProfile[] profiles;

Back to the top