ilgrosso commented on a change in pull request #186: URL: https://github.com/apache/syncope/pull/186#discussion_r422119688
########## File path: core/provisioning-java/src/main/java/org/apache/syncope/core/provisioning/java/data/wa/WAClientAppBinderImpl.java ########## @@ -53,7 +53,7 @@ public WAClientApp getWAClientApp(final ClientApp clientApp) { authPolicyConf = clientApp.getAuthPolicy().getConf(); waClientApp.setAuthPolicyConf((clientApp.getAuthPolicy()).getConf()); } else if (clientApp.getRealm().getAuthPolicy() != null) { - authPolicyConf = clientApp.getAuthPolicy().getConf(); + authPolicyConf = (clientApp.getRealm().getAuthPolicy()).getConf(); Review comment: please remove the unneeded additional parenthesis ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org