You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by ma...@apache.org on 2015/11/26 17:56:11 UTC

[3/5] syncope git commit: wrong table header title

wrong table header title


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

Branch: refs/heads/master
Commit: 54131374f86b65b3736d1b728e510f58690ed140
Parents: 6daf51b
Author: massi <ma...@tirasa.net>
Authored: Thu Nov 26 17:14:50 2015 +0100
Committer: massi <ma...@tirasa.net>
Committed: Thu Nov 26 17:14:50 2015 +0100

----------------------------------------------------------------------
 .../cli/commands/configuration/ConfigurationResultManager.java   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/54131374/client/cli/src/main/java/org/apache/syncope/client/cli/commands/configuration/ConfigurationResultManager.java
----------------------------------------------------------------------
diff --git a/client/cli/src/main/java/org/apache/syncope/client/cli/commands/configuration/ConfigurationResultManager.java b/client/cli/src/main/java/org/apache/syncope/client/cli/commands/configuration/ConfigurationResultManager.java
index b5a504f..8e8565a 100644
--- a/client/cli/src/main/java/org/apache/syncope/client/cli/commands/configuration/ConfigurationResultManager.java
+++ b/client/cli/src/main/java/org/apache/syncope/client/cli/commands/configuration/ConfigurationResultManager.java
@@ -31,11 +31,11 @@ public class ConfigurationResultManager extends CommonsResultManager {
     }
 
     public void fromRead(final LinkedList<AttrTO> attrTOs) {
-        fromCommandToView("selected configuration attributes", attrTOs);
+        fromCommandToView("selected conf attributes", attrTOs);
     }
 
     public void fromUpdate(final LinkedList<AttrTO> attrTOs) {
-        fromCommandToView("updated configuration attributes", attrTOs);
+        fromCommandToView("updated conf attributes", attrTOs);
     }
 
     private void fromCommandToView(final String title, final LinkedList<AttrTO> attrTOs) {