github-code-scanning[bot] commented on code in PR #383:
URL: https://github.com/apache/syncope/pull/383#discussion_r1006691739


##########
core/provisioning-api/src/main/java/org/apache/syncope/core/provisioning/api/pushpull/ProvisioningActions.java:
##########
@@ -28,7 +28,7 @@
      * @param profile provisioning profile
      * @throws JobExecutionException in case of generic failure
      */
-    default void beforeAll(final ProvisioningProfile<?, ?> profile) throws 
JobExecutionException {
+    default void beforeAll(ProvisioningProfile<?, ?> profile) throws 
JobExecutionException {

Review Comment:
   ## Useless parameter
   
   The parameter 'profile' is never used.
   
   [Show more 
details](https://github.com/apache/syncope/security/code-scanning/1189)



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

To unsubscribe, e-mail: dev-unsubscr...@syncope.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to