Skip to content

Commit acaff03

Browse files
author
Frans van Buul
committed
dummy change
1 parent 3995892 commit acaff03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/microfocus/example/service/UserService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ public boolean userExistsById(UUID id) {
125125
return userRepository.existsById(id);
126126
}
127127

128-
private final String PASSWORD = "Encrypting the password.";
128+
private final String PASSWORD = "Encrypting the password";
129129

130130
public User registerUser(RegisterUserForm newUser) throws UsernameTakenException, EmailAddressTakenException {
131131
if (findUserByUsername(newUser.getUsername()).isPresent()) {

0 commit comments

Comments
 (0)