Skip to content

Commit

Permalink
Remove redundant final
Browse files Browse the repository at this point in the history
  • Loading branch information
DieKautz committed Feb 5, 2024
1 parent 78a3191 commit 69db916
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public TruffleClosure(final SqueakImageContext context, final TruffleExecutable
}

public interface ITruffleExecutable {
Object execute(final Object... arguments);
Object execute(Object... arguments);
}

@FunctionalInterface
Expand Down

0 comments on commit 69db916

Please sign in to comment.