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

    https://github.com/apache/syncope/pull/26#discussion_r68488618
  
    --- Diff: 
core/workflow-java/src/main/java/org/apache/syncope/core/workflow/java/DefaultUserWorkflowAdapter.java
 ---
    @@ -201,4 +201,9 @@ public WorkflowFormTO claimForm(final String taskId) {
             throw new WorkflowException(new UnsupportedOperationException("Not 
supported."));
         }
     
    +    @Override
    +    public WorkflowResult<String> doRequestCertify(User user) {
    +        throw new UnsupportedOperationException("Not supported yet."); 
//To change body of generated methods, choose Tools | Templates.
    --- End diff --
    
    Some more meaningful message is expected here.


---
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