Skip to content

Commit

Permalink
fix: PathOption should be open, not sealed
Browse files Browse the repository at this point in the history
  • Loading branch information
Sculas committed Sep 6, 2022
1 parent 75d2be8 commit a562e47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/app/revanced/patcher/patch/PatchOption.kt
Expand Up @@ -196,7 +196,7 @@ sealed class PatchOption<T>(
* A [PatchOption] representing a [Path].
* @see PatchOption
*/
sealed class PathOption(
open class PathOption(
key: String,
default: Path?,
title: String,
Expand Down

0 comments on commit a562e47

Please sign in to comment.