File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -431,9 +431,9 @@ export abstract class BaseItemDataService extends IdentifiableDataService<Item>
431431 }
432432
433433 /**
434- * Returns an observable of {@link RemoteData} of an object, based on its CustomURL or ID , with a list of
434+ * Returns an observable of {@link RemoteData} of an object, based on its custom URL , with a list of
435435 * {@link FollowLinkConfig}, to automatically resolve {@link HALLink}s of the object
436- * @param id CustomUrl or UUID of object we want to retrieve
436+ * @param id custom URL of object we want to retrieve
437437 * @param useCachedVersionIfAvailable If this is true, the request will only be sent if there's
438438 * no valid cached version. Defaults to true
439439 * @param reRequestOnStale Whether or not the request should automatically be re-
You can’t perform that action at this time.
0 commit comments