From 7ed4fb13f32ef7e3f2968ff2e34efb4f180a189b Mon Sep 17 00:00:00 2001 From: Lucio Lelii Date: Tue, 20 Nov 2018 17:09:50 +0000 Subject: [PATCH] git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/Common/storagehub-model@174274 82a268e6-3cf1-43bd-a215-b396298e98cf --- pom.xml | 2 +- .../gcube/common/storagehub/model/storages/StorageBackend.java | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index fa56afd..bf2a300 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ org.gcube.common storagehub-model - 1.0.2-SNAPSHOT + 1.0.3-SNAPSHOT storagehub-model diff --git a/src/main/java/org/gcube/common/storagehub/model/storages/StorageBackend.java b/src/main/java/org/gcube/common/storagehub/model/storages/StorageBackend.java index f263fbe..dc9518f 100644 --- a/src/main/java/org/gcube/common/storagehub/model/storages/StorageBackend.java +++ b/src/main/java/org/gcube/common/storagehub/model/storages/StorageBackend.java @@ -14,4 +14,6 @@ public interface StorageBackend { InputStream getContent(String id); + void delete(String id); + }