Repository: syncope
Updated Branches:
  refs/heads/2_0_X 50e22190f -> 1aacfe137


moved userRestClient from private to protected in UserWizardBuilder, useful for 
customization purposes


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/1aacfe13
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/1aacfe13
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/1aacfe13

Branch: refs/heads/2_0_X
Commit: 1aacfe137b393df224e93909e0789384779887a5
Parents: 50e2219
Author: Andrea Patricelli <andreapatrice...@apache.org>
Authored: Fri Aug 25 14:16:23 2017 +0200
Committer: Andrea Patricelli <andreapatrice...@apache.org>
Committed: Fri Aug 25 14:16:23 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/1aacfe13/client/console/src/main/java/org/apache/syncope/client/console/wizards/any/UserWizardBuilder.java
----------------------------------------------------------------------
diff --git 
a/client/console/src/main/java/org/apache/syncope/client/console/wizards/any/UserWizardBuilder.java
 
b/client/console/src/main/java/org/apache/syncope/client/console/wizards/any/UserWizardBuilder.java
index 44be252..4f408e8 100644
--- 
a/client/console/src/main/java/org/apache/syncope/client/console/wizards/any/UserWizardBuilder.java
+++ 
b/client/console/src/main/java/org/apache/syncope/client/console/wizards/any/UserWizardBuilder.java
@@ -36,7 +36,7 @@ public class UserWizardBuilder extends 
AnyWizardBuilder<UserTO> implements UserF
 
     private static final long serialVersionUID = 6716803168859873877L;
 
-    private final UserRestClient userRestClient = new UserRestClient();
+    protected final UserRestClient userRestClient = new UserRestClient();
 
     /**
      * Constructor to be used for templating only.

Reply via email to