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 2018/12/18 10:46:42 UTC

[syncope] branch master updated: [SYNCOPE-1410] Fix redundant import

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 84ef23f  [SYNCOPE-1410] Fix redundant import
84ef23f is described below

commit 84ef23f404bc5b09935d258c5d89925668737f9e
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Tue Dec 18 11:46:33 2018 +0100

    [SYNCOPE-1410] Fix redundant import
---
 .../syncope/client/console/wizards/resources/SAML2IdPMappingPanel.java | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/ext/saml2sp/client-console/src/main/java/org/apache/syncope/client/console/wizards/resources/SAML2IdPMappingPanel.java b/ext/saml2sp/client-console/src/main/java/org/apache/syncope/client/console/wizards/resources/SAML2IdPMappingPanel.java
index 9bbc180..b64f582 100644
--- a/ext/saml2sp/client-console/src/main/java/org/apache/syncope/client/console/wizards/resources/SAML2IdPMappingPanel.java
+++ b/ext/saml2sp/client-console/src/main/java/org/apache/syncope/client/console/wizards/resources/SAML2IdPMappingPanel.java
@@ -23,9 +23,6 @@ import java.util.Collections;
 import java.util.List;
 import org.apache.syncope.client.console.init.ClassPathScanImplementationLookup;
 import org.apache.syncope.client.console.wicket.markup.html.form.AjaxTextFieldPanel;
-import org.apache.syncope.client.console.wizards.resources.AbstractMappingPanel;
-import org.apache.syncope.client.console.wizards.resources.JEXLTransformersTogglePanel;
-import org.apache.syncope.client.console.wizards.resources.ItemTransformersTogglePanel;
 import org.apache.syncope.common.lib.to.AnyTypeClassTO;
 import org.apache.syncope.common.lib.to.ItemTO;
 import org.apache.syncope.common.lib.to.SAML2IdPTO;