From 3de999a2d3880edec0df4b21386114160c4a77ff Mon Sep 17 00:00:00 2001 From: Sculas Date: Sun, 31 Jul 2022 18:35:02 +0200 Subject: [PATCH] refactor: remove ReplaceWith from DependencyType.SOFT --- .../app/revanced/patcher/patch/annotations/PatchAnnotation.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/app/revanced/patcher/patch/annotations/PatchAnnotation.kt b/src/main/kotlin/app/revanced/patcher/patch/annotations/PatchAnnotation.kt index 307a798..55d8aa4 100644 --- a/src/main/kotlin/app/revanced/patcher/patch/annotations/PatchAnnotation.kt +++ b/src/main/kotlin/app/revanced/patcher/patch/annotations/PatchAnnotation.kt @@ -48,6 +48,6 @@ enum class DependencyType { /** * Applies the dependency only if it was selected. */ - @Deprecated("Will be removed when Patch Options is implemented.", ReplaceWith("HARD")) + @Deprecated("Will be removed when Patch Options is implemented.") SOFT } \ No newline at end of file