mirror of
https://github.com/revanced/revanced-patcher.git
synced 2025-05-03 14:14:26 +02:00
chore: Fix inline comment
This commit is contained in:
parent
fe8ea9130d
commit
cc183062ab
@ -80,7 +80,6 @@ open class PatchOption<T>(
|
|||||||
if (!validator(value)) throw PatchOptionException.ValueValidationException(value, this)
|
if (!validator(value)) throw PatchOptionException.ValueValidationException(value, this)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
override fun toString() = value.toString()
|
override fun toString() = value.toString()
|
||||||
|
|
||||||
operator fun getValue(
|
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 key The identifier.
|
||||||
* @param default The default value.
|
* @param default The default value.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user