Fixed conflict while rebasing.

This commit is contained in:
Jongyoul Lee 2016-08-26 13:07:24 +09:00
parent df423d3f73
commit 0a73241ea7

View file

@ -472,7 +472,7 @@ public class Note implements Serializable, ParagraphJobListener {
AuthenticationInfo authenticationInfo = new AuthenticationInfo();
authenticationInfo.setUser(cronExecutingUser);
p.setAuthenticationInfo(authenticationInfo);
run(cronExecutingUser, p.getId());
run(p.getId());
}
}
}