aboutsummaryrefslogtreecommitdiff
path: root/BackEnd/Timeline/Services/Api/IBookmarkTimelineService.cs
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-05-05 16:18:33 +0800
committercrupest <crupest@outlook.com>2021-05-05 16:18:33 +0800
commite110f4a41bd711192af28874f71f031a130f0b84 (patch)
tree08610c5476549edfbe8e9a2605b8876e026d89f5 /BackEnd/Timeline/Services/Api/IBookmarkTimelineService.cs
parent2a4b59c05236028ed1dc8304327b1ef484a376db (diff)
downloadtimeline-e110f4a41bd711192af28874f71f031a130f0b84.tar.gz
timeline-e110f4a41bd711192af28874f71f031a130f0b84.tar.bz2
timeline-e110f4a41bd711192af28874f71f031a130f0b84.zip
refactor: ...
Diffstat (limited to 'BackEnd/Timeline/Services/Api/IBookmarkTimelineService.cs')
-rw-r--r--BackEnd/Timeline/Services/Api/IBookmarkTimelineService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/BackEnd/Timeline/Services/Api/IBookmarkTimelineService.cs b/BackEnd/Timeline/Services/Api/IBookmarkTimelineService.cs
index c3cda450..468a885b 100644
--- a/BackEnd/Timeline/Services/Api/IBookmarkTimelineService.cs
+++ b/BackEnd/Timeline/Services/Api/IBookmarkTimelineService.cs
@@ -56,7 +56,7 @@ namespace Timeline.Services.Api
/// <param name="newPosition">New position. Starts at 1.</param>
/// <exception cref="EntityNotExistException">Thrown when user does not exist.</exception>
/// <exception cref="EntityNotExistException">Thrown when timeline does not exist.</exception>
- /// <exception cref="InvalidBookmarkException">Thrown when the timeline is not a bookmark.</exception>
+ /// <exception cref="EntityNotExistException">Thrown when the timeline is not a bookmark.</exception>
Task MoveBookmarkAsync(long userId, long timelineId, long newPosition);
}
}