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

minor style fix

parent 3aa3dc5b
No related branches found
No related tags found
No related merge requests found
......@@ -62,7 +62,7 @@ public interface CallRFFI {
}
interface HandleUpCallExceptionNode extends NodeInterface {
abstract void execute(Throwable ex);
void execute(Throwable ex);
static HandleUpCallExceptionNode create() {
return RFFIFactory.getCallRFFI().createHandleUpCallExceptionNode();
......
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