Skip to content
This repository was archived by the owner on Feb 23, 2018. It is now read-only.

Commit 4884ef6

Browse files
committed
[asm-cherry-pick] Clarify the doc of MethodInsnNode.owner
Cherry-pick of 97075ea
1 parent b4566da commit 4884ef6

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
@@ -45,6 +45,7 @@ public class MethodInsnNode extends AbstractInsnNode {
4545
/**
4646
* The internal name of the method's owner class (see
4747
* {@link scala.tools.asm.Type#getInternalName() getInternalName}).
48+
* For methods of arrays, e.g., clone(), the array type descriptor.
4849
*/
4950
public String owner;
5051

0 commit comments

Comments
 (0)