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

dongxu pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/james-hupa.git

commit 73a8e70193b1484bb4f179bd4325d90effb99870
Author: Echo Wang <don...@apache.org>
AuthorDate: Sun Feb 25 17:59:19 2018 +0800

    Reformat code.
---
 .../src/main/java/org/apache/hupa/client/ui/FolderListView.java   | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/client/src/main/java/org/apache/hupa/client/ui/FolderListView.java 
b/client/src/main/java/org/apache/hupa/client/ui/FolderListView.java
index f659bef..a36c071 100644
--- a/client/src/main/java/org/apache/hupa/client/ui/FolderListView.java
+++ b/client/src/main/java/org/apache/hupa/client/ui/FolderListView.java
@@ -70,11 +70,11 @@ public class FolderListView extends Composite implements 
FolderListActivity.Disp
     }
 
     public static final ProvidesKey<LabelNode> KEY_PROVIDER = new 
ProvidesKey<LabelNode>() {
-          @Override
-          public Object getKey(LabelNode item) {
+        @Override
+        public Object getKey(LabelNode item) {
             return item == null ? null : item.getPath();
-          }
-        };
+        }
+    };
 
     protected void onAttach() {
         super.onAttach();

-- 
To stop receiving notification emails like this one, please contact
don...@apache.org.

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org

Reply via email to