From b8772f60bfb77eb80111b8a120e691304e23f83e Mon Sep 17 00:00:00 2001 From: Syer10 Date: Wed, 17 Jun 2026 14:49:57 -0400 Subject: [PATCH] Optimize import fixes --- .../suwayomi/tachidesk/manga/controller/UpdateController.kt | 2 +- .../suwayomi/tachidesk/manga/impl/util/storage/ImageResponse.kt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/server/src/main/kotlin/suwayomi/tachidesk/manga/controller/UpdateController.kt b/server/src/main/kotlin/suwayomi/tachidesk/manga/controller/UpdateController.kt index 1fe1559ae..0b5871843 100644 --- a/server/src/main/kotlin/suwayomi/tachidesk/manga/controller/UpdateController.kt +++ b/server/src/main/kotlin/suwayomi/tachidesk/manga/controller/UpdateController.kt @@ -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. */ private class PagedMangaChapterListDataClass : PaginatedList(emptyList(), false) diff --git a/server/src/main/kotlin/suwayomi/tachidesk/manga/impl/util/storage/ImageResponse.kt b/server/src/main/kotlin/suwayomi/tachidesk/manga/impl/util/storage/ImageResponse.kt index ccb430fa1..60a4b5a72 100644 --- a/server/src/main/kotlin/suwayomi/tachidesk/manga/impl/util/storage/ImageResponse.kt +++ b/server/src/main/kotlin/suwayomi/tachidesk/manga/impl/util/storage/ImageResponse.kt @@ -46,7 +46,7 @@ object ImageResponse { /** * 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 fileName what the saved cache file should be named