mirror of
https://github.com/ReVanced/revanced-patcher.git
synced 2024-11-10 09:08:04 +01:00
chore: remove todo
This commit is contained in:
parent
c21e5affba
commit
6ca05769ef
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ class MethodSignature(
|
|||
/**
|
||||
* The result of the signature
|
||||
*/
|
||||
var result: SignatureResolverResult? = null // TODO: figure out how to get rid of nullable
|
||||
var result: SignatureResolverResult? = null
|
||||
get() {
|
||||
return field ?: throw MethodNotFoundException(
|
||||
"Could not resolve required signature ${metadata.name}"
|
||||
|
|
Loading…
Reference in a new issue