We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4de82b3 commit d1fce07Copy full SHA for d1fce07
src/main/java/org/woehlke/twitterwall/oodm/service/impl/DomainServiceWithTaskImpl.java
@@ -40,7 +40,7 @@ public long count() {
40
41
@Override
42
public T store(T domainObject, Task task) {
43
- String msg = "store "+domainObject.getUniqueId()+" in Task "+task.getId()+" "+task.getTaskType()+" ";
+ String msg = "store "+domainObject.getUniqueId()+" in Task "+task.getUniqueId()+" ";
44
T domainObjectResult = null;
45
try {
46
task.setTimeLastUpdate();
0 commit comments