comment fix

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-catalogue/ckan-util-library@131070 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Costantino Perciante 2016-09-01 14:57:01 +00:00
parent ad3d646db5
commit d93fc8f59c
1 changed files with 2 additions and 2 deletions

View File

@ -187,7 +187,7 @@ public interface CKanUtils {
* Please note that according to ckan apis the following must be valid:
* <blockquote>To create a relationship between two datasets (packages),
* You must be authorized to edit both the subject and the object datasets.</blockquote>
* The relationship can be on of the following:
* The relationship can be one of the following:
* <ul>
* <li> depends_on
* <li> dependency_of
@ -211,7 +211,7 @@ public interface CKanUtils {
* Deletes a relationship between a "subject" dataset and an "object" dataset
* Please note that according to ckan apis the following must be valid:
* <blockquote>You must be authorised to delete dataset relationships, and to edit both the subject and the object datasets.</blockquote>
* The relationship can be on of the following:
* The relationship can be one of the following:
* <ul>
* <li> depends_on
* <li> dependency_of