Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
Update src/main/java/org/isf/menu/rest/UserController.java
Browse files Browse the repository at this point in the history
Co-authored-by: David B Malkovsky <[email protected]>
  • Loading branch information
ArnaudFonzam and dbmalkovsky authored Nov 24, 2023
1 parent f7700cc commit 65f887c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/isf/menu/rest/UserController.java
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ public ResponseEntity<UserSettingDTO> newUserSettings(@Valid @RequestBody UserSe
LOGGER.info("UserSetting is not created.");
throw new OHAPIException(new OHExceptionMessage("UserSetting not created."));
}
LOGGER.info("UserSetting successfully created!");
LOGGER.info("UserSetting successfully created.");
return ResponseEntity.status(HttpStatus.CREATED).body(userSettingMapper.map2DTO(created));
}

Expand Down

0 comments on commit 65f887c

Please sign in to comment.