Fix lombok toString to call super where needed (#1634)

Signed-off-by: Marinov Avgustin <Avgustin.Marinov@bosch.com>
This commit is contained in:
Avgustin Marinov
2024-02-09 13:00:12 +02:00
committed by GitHub
parent 669f50a4f7
commit ab10b67d4e
37 changed files with 62 additions and 12 deletions

View File

@@ -26,7 +26,7 @@ import org.springframework.security.core.userdetails.User;
*/
@Getter
@EqualsAndHashCode(callSuper = true)
@ToString
@ToString(callSuper = true)
public class UserPrincipal extends User {
private static final long serialVersionUID = 1L;