removed unused imports

git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/workspace-tree-widget@81008 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Francesco Mangiacrapa 2013-09-02 16:30:25 +00:00
parent d1f0dc7dbb
commit 02637d74e1
2 changed files with 0 additions and 3 deletions

View File

@ -93,8 +93,6 @@ import org.gcube.portlets.user.workspace.server.util.WsUtil;
import org.gcube.portlets.user.workspace.shared.accounting.GxtAccountingEntryType;
import org.gcube.portlets.user.workspace.shared.accounting.GxtAccountingField;
import com.liferay.portal.model.Contact;
/**
* @author Francesco Mangiacrapa francesco.mangiacrapa@isti.cnr.it
*

View File

@ -4,7 +4,6 @@
package org.gcube.portlets.user.workspace.server.shortener;
import java.io.UnsupportedEncodingException;
import java.net.URLDecoder;
import java.net.URLEncoder;
import java.util.HashMap;
import java.util.Map;