Skip to content

Commit 49bd3c3

Browse files
[DURACOM-413] adapt findByCustomUrl description
1 parent 71fd35c commit 49bd3c3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/app/core/data/item-data.service.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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-

0 commit comments

Comments
 (0)