# WARNING: head commit changed in the meantime

update
This commit is contained in:
Lucio Lelii 2021-12-23 17:27:08 +01:00
parent 74b78a1e5d
commit 701283e5a2
3 changed files with 2 additions and 3 deletions

View File

@ -19,5 +19,5 @@ public class FolderItem extends Item {
@NodeAttribute(value= PAYLOADBACKEND)
PayloadBackend backend = new PayloadBackend(Constants.DEFAULT_MINIO_STORAGE, null);
}

View File

@ -13,7 +13,6 @@ import org.gcube.common.storagehub.model.annotations.AttributeRootNode;
import org.gcube.common.storagehub.model.annotations.NodeAttribute;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import lombok.AllArgsConstructor;
import lombok.EqualsAndHashCode;

View File

@ -4,5 +4,5 @@ import java.util.Map;
public interface PluginParameters {
Map<String, String> getParameters();
Map<String, Object> getParameters();
}