This is an automated email from the ASF dual-hosted git repository.

loredicola pushed a commit to branch 2_1_X
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/2_1_X by this push:
     new 902f872  Fix checkstyle
902f872 is described below

commit 902f872cb8b114740e8005c0d7cd9a57b051f96f
Author: lorenzo <[email protected]>
AuthorDate: Fri May 29 14:21:21 2020 +0200

    Fix checkstyle
---
 .../syncope/client/console/wizards/any/UserRequestFormApplierImpl.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/ext/flowable/client-console/src/main/java/org/apache/syncope/client/console/wizards/any/UserRequestFormApplierImpl.java
 
b/ext/flowable/client-console/src/main/java/org/apache/syncope/client/console/wizards/any/UserRequestFormApplierImpl.java
index 6fd0f58..638f656 100644
--- 
a/ext/flowable/client-console/src/main/java/org/apache/syncope/client/console/wizards/any/UserRequestFormApplierImpl.java
+++ 
b/ext/flowable/client-console/src/main/java/org/apache/syncope/client/console/wizards/any/UserRequestFormApplierImpl.java
@@ -33,7 +33,7 @@ public class UserRequestFormApplierImpl implements Applier {
     }
 
     @Override
-    public void getClaimerForm(String key) {
+    public void getClaimerForm(final String key) {
         restClient.getForm(key).ifPresent(form -> claimForm(form.getTaskId()));
     }
 

Reply via email to