mirror of
https://github.com/revanced/revanced-patcher.git
synced 2025-05-04 14:34:25 +02:00
chore: fix typo
This commit is contained in:
parent
fe56c0cadb
commit
94f3c9116e
@ -10,7 +10,7 @@ import app.revanced.patcher.signature.implementation.method.MethodSignature
|
|||||||
@Target(AnnotationTarget.CLASS)
|
@Target(AnnotationTarget.CLASS)
|
||||||
@Retention(AnnotationRetention.RUNTIME)
|
@Retention(AnnotationRetention.RUNTIME)
|
||||||
annotation class MatchingMethod(
|
annotation class MatchingMethod(
|
||||||
val definingClass: String = "L<unspecified-class>",
|
val definingClass: String = "L<unspecified-class>;",
|
||||||
val name: String = "<unspecified-method>"
|
val name: String = "<unspecified-method>"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user