Repository: syncope
Updated Branches:
  refs/heads/master bb0c049e2 -> 7eb33dcc8


added missing protected access in PlainAttrs


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

Branch: refs/heads/master
Commit: 7eb33dcc815e02b456ee06a0516523684832fe11
Parents: bb0c049
Author: Andrea Patricelli <andreapatrice...@apache.org>
Authored: Thu Aug 3 17:08:07 2017 +0200
Committer: Andrea Patricelli <andreapatrice...@apache.org>
Committed: Thu Aug 3 17:12:23 2017 +0200

----------------------------------------------------------------------
 .../apache/syncope/client/console/wizards/any/PlainAttrs.java    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/7eb33dcc/client/console/src/main/java/org/apache/syncope/client/console/wizards/any/PlainAttrs.java
----------------------------------------------------------------------
diff --git 
a/client/console/src/main/java/org/apache/syncope/client/console/wizards/any/PlainAttrs.java
 
b/client/console/src/main/java/org/apache/syncope/client/console/wizards/any/PlainAttrs.java
index 1594ca0..250930a 100644
--- 
a/client/console/src/main/java/org/apache/syncope/client/console/wizards/any/PlainAttrs.java
+++ 
b/client/console/src/main/java/org/apache/syncope/client/console/wizards/any/PlainAttrs.java
@@ -67,9 +67,9 @@ public class PlainAttrs extends AbstractAttrs<PlainSchemaTO> {
 
     private static final long serialVersionUID = 552437609667518888L;
 
-    private final AjaxWizard.Mode mode;
+    protected final AjaxWizard.Mode mode;
 
-    private final AnyTO previousObject;
+    protected final AnyTO previousObject;
 
     public <T extends AnyTO> PlainAttrs(
             final AnyWrapper<T> modelObject,

Reply via email to