mirror of
https://github.com/ReVanced/revanced-patcher.git
synced 2026-01-18 17:03:56 +00:00
chore: remove todo
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user