Skip to content

Commit

Permalink
chore: Fix inline comment
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Feb 15, 2024
1 parent fe8ea91 commit cc18306
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ open class PatchOption<T>(
if (!validator(value)) throw PatchOptionException.ValueValidationException(value, this)
}


override fun toString() = value.toString()

operator fun getValue(
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit cc18306

Please sign in to comment.