Skip to content

Commit 6dfab19

Browse files
lrytzretronym
authored andcommitted
[asm-cherry-pick] Clarify the doc of MethodInsnNode.owner
1 parent c3487dd commit 6dfab19

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/scala/tools/asm/tree/MethodInsnNode.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ public class MethodInsnNode extends AbstractInsnNode {
4343
/**
4444
* The internal name of the method's owner class (see {@link
4545
* scala.tools.asm.Type#getInternalName()}).
46+
* For methods of arrays, e.g., clone(), the array type descriptor.
4647
*/
4748
public String owner;
4849

0 commit comments

Comments
 (0)