You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@syncope.apache.org by ilgrosso <gi...@git.apache.org> on 2016/08/11 07:55:52 UTC

[GitHub] syncope pull request #26: [SYNCOPE-880] Identity Recertification

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

    https://github.com/apache/syncope/pull/26#discussion_r74380553
  
    --- 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();
    --- End diff --
    
    Fix spell: `getLastRecertification()`


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---