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 2018/10/23 12:30:17 UTC

[GitHub] syncope issue #85: Revert: SYNCOPE-1387 fix class cast exception

Github user ilgrosso commented on the issue:

    https://github.com/apache/syncope/pull/85
  
    @AlexTsvetkov I have reviewed the code in `DefaultRealmPullResultHandler` and found that you were right about removing the additional `after()` calls - as proposed in #84 .
    
    This because the `link()` method eventually calls `update()` - thus I have tried to clean up a bit the call hierarchy in 5e854e117594da3a1ba78c0af8d53d89a66a9c5a
    
    Please close this PR as well, sorry for the noise; at least, now the issue should be fixed.
    
    For future contributions, please submit an [ICLA](http://syncope.apache.org/contributing#How_do_I_become_a_contributor_or_a_committer.3F), thanks.


---