Github user ilgrosso commented on a diff in the pull request: https://github.com/apache/syncope/pull/26#discussion_r74380581 --- Diff: core/persistence-api/src/main/java/org/apache/syncope/core/persistence/api/entity/user/User.java --- @@ -96,4 +96,12 @@ List<? extends Role> getRoles(); + String getLastRecertificator(); + + void setLastRecertificator(String lastRecertificator); + + Date getLastRecertificion(); + + void setLastRecertificion(Date lastRecertificion); --- End diff -- Fix spell: setLastRecertification(Date lastRecertification)`
--- 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. ---