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:
parent
ad3d646db5
commit
d93fc8f59c
|
@ -187,7 +187,7 @@ public interface CKanUtils {
|
||||||
* Please note that according to ckan apis the following must be valid:
|
* Please note that according to ckan apis the following must be valid:
|
||||||
* <blockquote>To create a relationship between two datasets (packages),
|
* <blockquote>To create a relationship between two datasets (packages),
|
||||||
* You must be authorized to edit both the subject and the object datasets.</blockquote>
|
* 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>
|
* <ul>
|
||||||
* <li> depends_on
|
* <li> depends_on
|
||||||
* <li> dependency_of
|
* <li> dependency_of
|
||||||
|
@ -211,7 +211,7 @@ public interface CKanUtils {
|
||||||
* Deletes a relationship between a "subject" dataset and an "object" dataset
|
* Deletes a relationship between a "subject" dataset and an "object" dataset
|
||||||
* Please note that according to ckan apis the following must be valid:
|
* 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>
|
* <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>
|
* <ul>
|
||||||
* <li> depends_on
|
* <li> depends_on
|
||||||
* <li> dependency_of
|
* <li> dependency_of
|
||||||
|
|
Loading…
Reference in New Issue