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

minor style fix

parent 3aa3dc5b
Branches
No related tags found
No related merge requests found
...@@ -62,7 +62,7 @@ public interface CallRFFI { ...@@ -62,7 +62,7 @@ public interface CallRFFI {
} }
interface HandleUpCallExceptionNode extends NodeInterface { interface HandleUpCallExceptionNode extends NodeInterface {
abstract void execute(Throwable ex); void execute(Throwable ex);
static HandleUpCallExceptionNode create() { static HandleUpCallExceptionNode create() {
return RFFIFactory.getCallRFFI().createHandleUpCallExceptionNode(); return RFFIFactory.getCallRFFI().createHandleUpCallExceptionNode();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment