Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvladt2011-03-15 15:47:58 +0000
committervladt2011-03-15 15:51:54 +0000
commit118285e197c1e2ad1171e457b3c7aeb1758e60ae (patch)
tree3ae0762b8d4414ce2ff53ef08c94489329c34c5f /org.eclipse.m2e.integration.tests.common
parente23c45121cfaa93c678911b1115df71012e3e9bd (diff)
downloadm2e-core-118285e197c1e2ad1171e457b3c7aeb1758e60ae.tar.gz
m2e-core-118285e197c1e2ad1171e457b3c7aeb1758e60ae.tar.xz
m2e-core-118285e197c1e2ad1171e457b3c7aeb1758e60ae.zip
Use "standard" org.eclipse.jdt.ui.prefsm6b
Diffstat (limited to 'org.eclipse.m2e.integration.tests.common')
-rw-r--r--org.eclipse.m2e.integration.tests.common/src/org/eclipse/m2e/integration/tests/common/UIIntegrationTestCase.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.m2e.integration.tests.common/src/org/eclipse/m2e/integration/tests/common/UIIntegrationTestCase.java b/org.eclipse.m2e.integration.tests.common/src/org/eclipse/m2e/integration/tests/common/UIIntegrationTestCase.java
index 6ee152d6..699dfa00 100644
--- a/org.eclipse.m2e.integration.tests.common/src/org/eclipse/m2e/integration/tests/common/UIIntegrationTestCase.java
+++ b/org.eclipse.m2e.integration.tests.common/src/org/eclipse/m2e/integration/tests/common/UIIntegrationTestCase.java
@@ -1340,7 +1340,7 @@ public abstract class UIIntegrationTestCase {
});
}
- protected static String setUserSettings(String settingsFile) {
+ protected static String setUserSettings(String settingsFile) throws CoreException {
if(settingsFile != null) {
settingsFile = new File(settingsFile).getAbsolutePath();
}

Back to the top