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 <[email protected]>
Authored: Thu Nov 26 17:14:50 2015 +0100
Committer: massi <[email protected]>
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) {

Reply via email to