static imports
Project: http://git-wip-us.apache.org/repos/asf/syncope/repo Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/eaa00e8c Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/eaa00e8c Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/eaa00e8c Branch: refs/heads/master Commit: eaa00e8c250e5040a30538fa3496254f74f8a4bd Parents: 727feff Author: Francesco Chicchiriccò <[email protected]> Authored: Mon Nov 30 12:05:34 2015 +0100 Committer: Francesco Chicchiriccò <[email protected]> Committed: Mon Nov 30 12:05:34 2015 +0100 ---------------------------------------------------------------------- .../syncope/client/console/panels/RelationshipTypeModalPanel.java | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/syncope/blob/eaa00e8c/client/console/src/main/java/org/apache/syncope/client/console/panels/RelationshipTypeModalPanel.java ---------------------------------------------------------------------- diff --git a/client/console/src/main/java/org/apache/syncope/client/console/panels/RelationshipTypeModalPanel.java b/client/console/src/main/java/org/apache/syncope/client/console/panels/RelationshipTypeModalPanel.java index a37e70c..0aa13b9 100644 --- a/client/console/src/main/java/org/apache/syncope/client/console/panels/RelationshipTypeModalPanel.java +++ b/client/console/src/main/java/org/apache/syncope/client/console/panels/RelationshipTypeModalPanel.java @@ -18,8 +18,6 @@ */ package org.apache.syncope.client.console.panels; -import static org.apache.syncope.client.console.panels.AbstractModalPanel.LOG; - import org.apache.syncope.client.console.SyncopeConsoleSession; import org.apache.syncope.client.console.commons.Constants; import org.apache.syncope.client.console.pages.AbstractBasePage;
