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 ae0af86 commit 4f56655
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 @@ -439,7 +439,7 @@ public ResponseEntity<UserSettingDTO> updateUserSettings(@PathVariable(name = "i
LOGGER.info("UserSetting is not updated!");
throw new OHAPIException(new OHExceptionMessage("UserSetting not updated."));
}
LOGGER.info("UserSetting successfully updated!");
LOGGER.info("UserSetting successfully updated.");
return ResponseEntity.ok(userSettingMapper.map2DTO(updated));
}
throw new OHAPIException(new OHExceptionMessage("Not allowed."));
Expand Down

0 comments on commit 4f56655

Please sign in to comment.