Github user ilgrosso commented on a diff in the pull request:

    https://github.com/apache/syncope/pull/26#discussion_r76006998
  
    --- Diff: 
core/provisioning-java/src/main/java/org/apache/syncope/core/provisioning/java/job/IdentityRecertification.java
 ---
    @@ -81,11 +88,11 @@ public void init() {
     
         public boolean toBeRecertified(final User user) {
     
    -        UPlainAttr lastUserRecertification = 
user.getPlainAttr(Recertify.LAST_RECERTIFICATION_ATTR);
    +        UPlainAttr lastUserRecertification = 
user.getPlainAttr(LAST_RECERTIFICATION_ATTR);
    --- End diff --
    
    You should not need this anymore, right?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to