Skip to content
Snippets Groups Projects
Commit 61599e18 authored by Mick Jordan's avatar Mick Jordan
Browse files

add missing @Override

parent 43b7371f
Branches
No related tags found
No related merge requests found
...@@ -506,6 +506,7 @@ public class FastRTckTest extends TruffleTCK { ...@@ -506,6 +506,7 @@ public class FastRTckTest extends TruffleTCK {
return "valueWithSource"; return "valueWithSource";
} }
@Override
protected String objectWithKeyInfoAttributes() { protected String objectWithKeyInfoAttributes() {
return "objectWithKeyInfoAttributes"; return "objectWithKeyInfoAttributes";
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment