Skip to content

Commit fcaeb62

Browse files
committed
fix comment
1 parent 6646946 commit fcaeb62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user-service/src/main/java/com/cevher/ms/user/service/UserService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public ResponseTempVM getUserWithDepartment(Long userId) {
3131
ResponseTempVM vm = new ResponseTempVM();
3232
User user = userRepository.findById(userId).orElse(new User());
3333

34-
// TODO : tot for production.
34+
// TODO : not for production, you should use config and common class or method.
3535
// TODO : We can use Message Broker for example Apache Kafka
3636
DepartmentVM department = restTemplate.getForObject(
3737
//"http://localhost:9001/departments/" + user.getDepartmentId()

0 commit comments

Comments
 (0)