You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2019/03/05 12:52:38 UTC

[syncope] branch 2_1_X updated: Removing unused import

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

ilgrosso pushed a commit to branch 2_1_X
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/2_1_X by this push:
     new 08cddb6  Removing unused import
08cddb6 is described below

commit 08cddb6e56e1a49e9c37dc7869c1df92418372f8
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Tue Mar 5 13:52:24 2019 +0100

    Removing unused import
---
 .../apache/syncope/client/console/status/AnyStatusDirectoryPanel.java    | 1 -
 1 file changed, 1 deletion(-)

diff --git a/client/console/src/main/java/org/apache/syncope/client/console/status/AnyStatusDirectoryPanel.java b/client/console/src/main/java/org/apache/syncope/client/console/status/AnyStatusDirectoryPanel.java
index 51fe09d..2e372e7 100644
--- a/client/console/src/main/java/org/apache/syncope/client/console/status/AnyStatusDirectoryPanel.java
+++ b/client/console/src/main/java/org/apache/syncope/client/console/status/AnyStatusDirectoryPanel.java
@@ -24,7 +24,6 @@ import java.util.Collection;
 import java.util.Collections;
 import java.util.List;
 import java.util.stream.Collectors;
-import org.apache.commons.lang3.StringUtils;
 import org.apache.commons.lang3.tuple.Pair;
 import org.apache.syncope.client.console.commons.Constants;
 import org.apache.syncope.client.console.commons.DirectoryDataProvider;