Revision 2327
Added by harris about 20 years ago
src/edu/ucsb/nceas/metacat/client/MetacatClient.java | ||
---|---|---|
533 | 533 |
/** |
534 | 534 |
* set the access on an XML document in the repository. |
535 | 535 |
* |
536 |
* @param _docid the docid to delete
|
|
536 |
* @param _docid the docid of the document for which the access should be applied.
|
|
537 | 537 |
* |
538 | 538 |
* @param _principal the document's principal |
539 | 539 |
* |
src/edu/ucsb/nceas/metacat/client/Metacat.java | ||
---|---|---|
197 | 197 |
/** |
198 | 198 |
* set the access on an XML document in the repository. |
199 | 199 |
* |
200 |
* @param _docid the docid to delete
|
|
200 |
* @param _docid the docid of the document for which the access should be applied.
|
|
201 | 201 |
* |
202 | 202 |
* @param _principal the document's principal |
203 | 203 |
* |
Also available in: Unified diff
Thanks Jing, Fixed those code comments.