From cc183062ab27fa30f7233882fb01fdd6707f566d Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Thu, 15 Feb 2024 02:46:14 +0100 Subject: [PATCH] chore: Fix inline comment --- .../kotlin/app/revanced/patcher/patch/options/PatchOption.kt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main/kotlin/app/revanced/patcher/patch/options/PatchOption.kt b/src/main/kotlin/app/revanced/patcher/patch/options/PatchOption.kt index cc0d130..d940950 100644 --- a/src/main/kotlin/app/revanced/patcher/patch/options/PatchOption.kt +++ b/src/main/kotlin/app/revanced/patcher/patch/options/PatchOption.kt @@ -80,7 +80,6 @@ open class PatchOption( if (!validator(value)) throw PatchOptionException.ValueValidationException(value, this) } - override fun toString() = value.toString() operator fun getValue( @@ -439,7 +438,7 @@ open class PatchOption( ) /** - * Create a new [PatchOption] with a string set value and add it to the current [Patch]. + * Create a new [PatchOption] and add it to the current [Patch]. * * @param key The identifier. * @param default The default value.