fixing comments

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/information-system/gCubeIS/Collector@90074 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Andrea Manzi 2014-01-14 11:48:23 +00:00
parent 5b8be5092b
commit db74148731
1 changed files with 3 additions and 3 deletions

View File

@ -351,9 +351,9 @@ public class XMLCollectionAccess extends GCUBEPortType {
* Implementation of CollectionAccess::createSubCollection * Implementation of CollectionAccess::createSubCollection
* *
* @param createSubcollectionRequest * @param createSubcollectionRequest
* DataResourceAbstractName the abstract name of the data resource to which the message is directed. * 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. 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. SubcollectionName : the URI of the new subcollection.
* @return the response always indicates success. In error conditions a fault is returned * @return the response always indicates success. In error conditions a fault is returned
* @throws RemoteException a generic exception not included in any fault * @throws RemoteException a generic exception not included in any fault
* @throws CollectionAlreadyExistsFaultType The subcollection name specified already exists in the collection specified. * @throws CollectionAlreadyExistsFaultType The subcollection name specified already exists in the collection specified.