From db74148731a2902c07e08c27365e0a4dfec46fce Mon Sep 17 00:00:00 2001 From: Andrea Manzi Date: Tue, 14 Jan 2014 11:48:23 +0000 Subject: [PATCH] fixing comments git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/information-system/gCubeIS/Collector@90074 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../impl/porttypes/wsdaix/XMLCollectionAccess.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/org/gcube/informationsystem/collector/impl/porttypes/wsdaix/XMLCollectionAccess.java b/src/org/gcube/informationsystem/collector/impl/porttypes/wsdaix/XMLCollectionAccess.java index e116b49..c99e4ee 100644 --- a/src/org/gcube/informationsystem/collector/impl/porttypes/wsdaix/XMLCollectionAccess.java +++ b/src/org/gcube/informationsystem/collector/impl/porttypes/wsdaix/XMLCollectionAccess.java @@ -351,9 +351,9 @@ public class XMLCollectionAccess extends GCUBEPortType { * Implementation of CollectionAccess::createSubCollection * * @param createSubcollectionRequest - * DataResourceAbstractName – the abstract name of the data resource to which the message is directed. - CollectionName – an OPTIONAL parameter that contains the URI of the collection to which the subcollection will be added. If no collection name is provided the top level collection is assumed. - SubcollectionName – the URI of the new subcollection. + * DataResourceAbstractName : the abstract name of the data resource to which the message is directed. + CollectionName : an OPTIONAL parameter that contains the URI of the collection to which the subcollection will be added. If no collection name is provided the top level collection is assumed. + SubcollectionName : the URI of the new subcollection. * @return the response always indicates success. In error conditions a fault is returned * @throws RemoteException a generic exception not included in any fault * @throws CollectionAlreadyExistsFaultType The subcollection name specified already exists in the collection specified.