From ca3de752e25e9b51bacb64a9ffe89a1ce2b42b94 Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Mon, 30 Jan 2017 17:54:37 +0000 Subject: [PATCH] Fixing class git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/private/luca.frosini/parthenos-entities@141928 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../model/relation/PP1_currently_offers.java | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/PP1_currently_offers.java b/src/main/java/org/gcube/informationsystem/parthenos/model/relation/PP1_currently_offers.java index a23cbd0..80bf66b 100644 --- a/src/main/java/org/gcube/informationsystem/parthenos/model/relation/PP1_currently_offers.java +++ b/src/main/java/org/gcube/informationsystem/parthenos/model/relation/PP1_currently_offers.java @@ -1,20 +1,8 @@ package org.gcube.informationsystem.parthenos.model.relation; -import java.net.URI; -import java.util.Collection; -import javax.xml.datatype.XMLGregorianCalendar; - -/**\n * @author Luca Frosini (ISTI - CNR)\n */ +/** + * @author Luca Frosini (ISTI - CNR) + */ public interface PP1_currently_offers extends P9_consists_of { - /* *************************************************** - * Common interfaces - */ - - OWLNamedIndividual getOwlIndividual(); - - OWLOntology getOwlOntology(); - - void delete(); - }