Remove useless "final" keywords
This commit is contained in:
@@ -47,7 +47,7 @@ public class UserJpaAdapter implements UserPort {
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean existsById(final UUID userId) {
|
||||
public boolean existsById(UUID userId) {
|
||||
return userJpaRepository.existsById(userId);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user