mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-25 06:58:39 +00:00
Refactored SecurityServiceImpl such that operations can be implemented as lambdas, seeing the ReplicableSecurityService extension with the internal methods
This commit is contained in:
-1
@@ -8,7 +8,6 @@ public class UserImpl implements User {
|
||||
private final String surname;
|
||||
private final String email;
|
||||
|
||||
|
||||
public UserImpl(long id, String firstName, String surname, String email, boolean blob) {
|
||||
super();
|
||||
this.id = id;
|
||||
|
||||
Reference in New Issue
Block a user