mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-07-02 10:24:35 -05:00
Optimize import fixes
This commit is contained in:
@@ -55,7 +55,7 @@ object UpdateController {
|
|||||||
)
|
)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Class made for handling return type in the documentation for [recentChapters],
|
* Class made for handling return type in the documentation for [UpdateController.recentChapters],
|
||||||
* since OpenApi cannot handle runtime generics.
|
* since OpenApi cannot handle runtime generics.
|
||||||
*/
|
*/
|
||||||
private class PagedMangaChapterListDataClass : PaginatedList<MangaChapterDataClass>(emptyList(), false)
|
private class PagedMangaChapterListDataClass : PaginatedList<MangaChapterDataClass>(emptyList(), false)
|
||||||
|
|||||||
@@ -46,7 +46,7 @@ object ImageResponse {
|
|||||||
/**
|
/**
|
||||||
* Get a cached image response
|
* Get a cached image response
|
||||||
*
|
*
|
||||||
* Note: The caller should also call [clearCachedImage] when appropriate
|
* Note: The caller should also call [ImageResponse.clearCachedImage] when appropriate
|
||||||
*
|
*
|
||||||
* @param cacheSavePath where to save the cached image. Caller should decide to use perma cache or temp cache (OS temp dir)
|
* @param cacheSavePath where to save the cached image. Caller should decide to use perma cache or temp cache (OS temp dir)
|
||||||
* @param fileName what the saved cache file should be named
|
* @param fileName what the saved cache file should be named
|
||||||
|
|||||||
Reference in New Issue
Block a user