Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNoopur Gupta2017-12-22 07:12:55 +0000
committerNoopur Gupta2017-12-22 07:12:55 +0000
commitd904b1b71ee0eb55285c365fd4719fe19d0c58f9 (patch)
tree075dbc406376039d200d719e8d5be2845d50a577
parent08e75cb3dcee3f6025933505f6995f8745fc7141 (diff)
downloadeclipse.jdt.ui-d904b1b71ee0eb55285c365fd4719fe19d0c58f9.tar.gz
eclipse.jdt.ui-d904b1b71ee0eb55285c365fd4719fe19d0c58f9.tar.xz
eclipse.jdt.ui-d904b1b71ee0eb55285c365fd4719fe19d0c58f9.zip
Bug 528790 - removed unnecessary since tagI20171224-2000I20171223-1500I20171222-2000
-rw-r--r--org.eclipse.jdt.junit.core/src/org/eclipse/jdt/junit/launcher/JUnitLaunchConfigurationDelegate.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/org.eclipse.jdt.junit.core/src/org/eclipse/jdt/junit/launcher/JUnitLaunchConfigurationDelegate.java b/org.eclipse.jdt.junit.core/src/org/eclipse/jdt/junit/launcher/JUnitLaunchConfigurationDelegate.java
index 572140f348..5bbf6e791a 100644
--- a/org.eclipse.jdt.junit.core/src/org/eclipse/jdt/junit/launcher/JUnitLaunchConfigurationDelegate.java
+++ b/org.eclipse.jdt.junit.core/src/org/eclipse/jdt/junit/launcher/JUnitLaunchConfigurationDelegate.java
@@ -548,9 +548,6 @@ public class JUnitLaunchConfigurationDelegate extends AbstractJavaLaunchConfigur
}
}
- /**
- * @since 3.10
- */
@Override
public String[][] getClasspathAndModulepath(ILaunchConfiguration configuration) throws CoreException {
String[][] cpmp= super.getClasspathAndModulepath(configuration);

Back to the top