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.