mirror of
https://github.com/revanced/revanced-patcher.git
synced 2025-05-01 05:44:24 +02:00
chore: remove todo
This commit is contained in:
parent
c21e5affba
commit
6ca05769ef
@ -21,7 +21,7 @@ class MethodSignature(
|
|||||||
/**
|
/**
|
||||||
* The result of the signature
|
* The result of the signature
|
||||||
*/
|
*/
|
||||||
var result: SignatureResolverResult? = null // TODO: figure out how to get rid of nullable
|
var result: SignatureResolverResult? = null
|
||||||
get() {
|
get() {
|
||||||
return field ?: throw MethodNotFoundException(
|
return field ?: throw MethodNotFoundException(
|
||||||
"Could not resolve required signature ${metadata.name}"
|
"Could not resolve required signature ${metadata.name}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user