Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,9 @@ default Optional<IRI> getContainer(final IRI identifier) {
* Retrieve a list of Mementos for this resource.
*
* @param identifier the resource identifier
* @return a stream of known Mementos
* @return a {@link List} of {@link Range}s of {@link Instant}s.
* Each element of the list can be used to build a link header for a single Memento
* (i.e. for the {@code from} and {@code until} parameters)
*/
List<Range<Instant>> getMementos(IRI identifier);

Expand Down