Removed createNewMessage from interface

git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/workspace-tree-widget@169606 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Francesco Mangiacrapa 2018-07-02 13:07:28 +00:00
parent 4c53e7f769
commit 337d72cb66
1 changed files with 0 additions and 8 deletions

View File

@ -1,7 +1,6 @@
package org.gcube.portlets.user.workspace.client.interfaces;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import org.gcube.portlets.user.workspace.client.ConstantsExplorer.ViewSwitchType;
@ -121,13 +120,6 @@ public interface SubscriberInterface {
void refreshFolder(FileModel fileModel, boolean forceRefreshContent,
boolean forceRefreshBreadcrumb);
/**
* Creates the new message.
*
* @param hashAttachs the hash attachs
*/
void createNewMessage(HashMap<String, String> hashAttachs);
/**
* File downloaded.
*