You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by an...@apache.org on 2016/08/16 13:51:52 UTC

[15/15] incubator-tamaya git commit: - Fixed checkstyle and RAT issues.

- Fixed checkstyle and RAT issues.


Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/commit/805fe614
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/tree/805fe614
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/diff/805fe614

Branch: refs/heads/master
Commit: 805fe614ba58d42801a7ebb467ed3492c7e86fde
Parents: 56b83df
Author: anatole <an...@apache.org>
Authored: Wed Jun 29 23:01:22 2016 +0200
Committer: anatole <an...@apache.org>
Committed: Tue Aug 16 15:51:30 2016 +0200

----------------------------------------------------------------------
 modules/ui/src/main/java/org/apache/tamaya/ui/NavBar.java | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/805fe614/modules/ui/src/main/java/org/apache/tamaya/ui/NavBar.java
----------------------------------------------------------------------
diff --git a/modules/ui/src/main/java/org/apache/tamaya/ui/NavBar.java b/modules/ui/src/main/java/org/apache/tamaya/ui/NavBar.java
index 1390c65..9020cd8 100644
--- a/modules/ui/src/main/java/org/apache/tamaya/ui/NavBar.java
+++ b/modules/ui/src/main/java/org/apache/tamaya/ui/NavBar.java
@@ -21,7 +21,10 @@ package org.apache.tamaya.ui;
 import com.vaadin.navigator.ViewChangeListener;
 import com.vaadin.server.FontAwesome;
 import com.vaadin.shared.ui.label.ContentMode;
-import com.vaadin.ui.*;
+import com.vaadin.ui.Alignment;
+import com.vaadin.ui.Button;
+import com.vaadin.ui.Label;
+import com.vaadin.ui.VerticalLayout;
 import org.apache.tamaya.spi.ServiceContextManager;
 import org.apache.tamaya.ui.event.EventBus;
 import org.apache.tamaya.ui.event.LogoutEvent;