integrated setOptionalMessage() method
This commit is contained in:
parent
90e9bc797b
commit
22a5a2be49
|
@ -126,6 +126,7 @@ public class ProfiledDocuments {
|
|||
AccountingInfo user = UserUtils.getCurrent().asInfo();
|
||||
item.setUserCaller(user.getUser());
|
||||
item.setContext(user.getContext());
|
||||
item.setOptionalMessage(null);
|
||||
item.setEvent(event);
|
||||
item.setProject(theNewProject);
|
||||
log.info("By notifying event ({}, ID {})", event, item.getProjectId());
|
||||
|
@ -164,6 +165,7 @@ public class ProfiledDocuments {
|
|||
AccountingInfo user = UserUtils.getCurrent().asInfo();
|
||||
item.setUserCaller(user.getUser());
|
||||
item.setContext(user.getContext());
|
||||
item.setOptionalMessage(null);
|
||||
item.setEvent(event);
|
||||
item.setProject(theUpdatedProject);
|
||||
log.info("By notifying event ({}, ID {})", event, item.getProjectId());
|
||||
|
|
Loading…
Reference in New Issue