mirror of
https://github.com/ReVanced/revanced-patcher.git
synced 2026-01-18 00:43:56 +00:00
refactor: Use String instead of CharSequence for method parameter signature
This commit is contained in:
@@ -15,6 +15,6 @@ data class MethodSignature(
|
||||
val name: String,
|
||||
val returnType: String?,
|
||||
val accessFlags: Int?,
|
||||
val methodParameters: Iterable<CharSequence>?,
|
||||
val methodParameters: Iterable<String>?,
|
||||
val opcodes: Array<Opcode>?
|
||||
)
|
||||
Reference in New Issue
Block a user