Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.jdt.debug.jdi.tests/tests/org/eclipse/debug/jdi/tests/LocationTest.java')
-rw-r--r--org.eclipse.jdt.debug.jdi.tests/tests/org/eclipse/debug/jdi/tests/LocationTest.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/org.eclipse.jdt.debug.jdi.tests/tests/org/eclipse/debug/jdi/tests/LocationTest.java b/org.eclipse.jdt.debug.jdi.tests/tests/org/eclipse/debug/jdi/tests/LocationTest.java
index 21390dfc2..2da12dd73 100644
--- a/org.eclipse.jdt.debug.jdi.tests/tests/org/eclipse/debug/jdi/tests/LocationTest.java
+++ b/org.eclipse.jdt.debug.jdi.tests/tests/org/eclipse/debug/jdi/tests/LocationTest.java
@@ -30,6 +30,7 @@ public class LocationTest extends AbstractJDITest {
/**
* Init the fields that are used by this test only.
*/
+ @Override
public void localSetUp() {
// Ensure we're in a good state
fVM.resume();
@@ -50,6 +51,7 @@ public class LocationTest extends AbstractJDITest {
* Gets the name of the test case.
* @see junit.framework.TestCase#getName()
*/
+ @Override
public String getName() {
return "com.sun.jdi.Location";
}

Back to the top