Skip to content

Commit

Permalink
Remove unnecessary modifier
Browse files Browse the repository at this point in the history
  • Loading branch information
pzygielo committed Oct 15, 2022
1 parent ec13287 commit 44d28cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ protected void addLocalRemoteInvocationInfo() throws Exception {
}

@Override
protected final boolean isCreateHomeFinder(Method method) {
protected boolean isCreateHomeFinder(Method method) {
return false;
}

Expand Down

0 comments on commit 44d28cf

Please sign in to comment.