Skip to content
Snippets Groups Projects
Commit e3b66a33 authored by Lukas Stadler's avatar Lukas Stadler
Browse files

add missing @Override

parent 4b2e2b57
No related branches found
No related tags found
No related merge requests found
......@@ -30,6 +30,7 @@ import com.oracle.truffle.r.runtime.ffi.CallRFFI.HandleUpCallExceptionNode;
public class HandleNFIUpCallExceptionNode extends Node implements HandleUpCallExceptionNode {
@Child SetFlagNode setFlagNode = new SetFlagNode();
@Override
@TruffleBoundary
public void execute(Throwable originalEx) {
setFlagNode.execute();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment