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/ReferenceTypeTest.java')
-rw-r--r--org.eclipse.jdt.debug.jdi.tests/tests/org/eclipse/debug/jdi/tests/ReferenceTypeTest.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/org.eclipse.jdt.debug.jdi.tests/tests/org/eclipse/debug/jdi/tests/ReferenceTypeTest.java b/org.eclipse.jdt.debug.jdi.tests/tests/org/eclipse/debug/jdi/tests/ReferenceTypeTest.java
index 5f029e345..8924ae130 100644
--- a/org.eclipse.jdt.debug.jdi.tests/tests/org/eclipse/debug/jdi/tests/ReferenceTypeTest.java
+++ b/org.eclipse.jdt.debug.jdi.tests/tests/org/eclipse/debug/jdi/tests/ReferenceTypeTest.java
@@ -54,6 +54,7 @@ public class ReferenceTypeTest extends AbstractJDITest {
/**
* Init the fields that are used by this test only.
*/
+ @Override
public void localSetUp() {
// Get all kinds of reference type
fTypes.add(getSystemType());
@@ -72,6 +73,7 @@ public class ReferenceTypeTest extends AbstractJDITest {
* Gets the name of the test case.
* @see junit.framework.TestCase#getName()
*/
+ @Override
public String getName() {
return "com.sun.jdi.ReferenceType";
}

Back to the top