mirror of
https://github.com/ReVanced/revanced-patcher.git
synced 2024-11-09 16:52:09 +01:00
chore: Fix inline comment
This commit is contained in:
parent
fe8ea9130d
commit
cc183062ab
1 changed files with 1 additions and 2 deletions
|
@ -80,7 +80,6 @@ open class PatchOption<T>(
|
|||
if (!validator(value)) throw PatchOptionException.ValueValidationException(value, this)
|
||||
}
|
||||
|
||||
|
||||
override fun toString() = value.toString()
|
||||
|
||||
operator fun getValue(
|
||||
|
@ -439,7 +438,7 @@ open class PatchOption<T>(
|
|||
)
|
||||
|
||||
/**
|
||||
* 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.
|
||||
|
|
Loading…
Reference in a new issue