Skip to content

Commit c9a3db3

Browse files
committed
Revert "[asm-cherry-pick] expose Label.flags"
This reverts commit 5207e51.
1 parent fd658c4 commit c9a3db3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/scala/tools/asm/Label.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ public class Label {
142142
* #FLAG_REACHABLE}, {@link #FLAG_SUBROUTINE_CALLER}, {@link #FLAG_SUBROUTINE_START}, {@link
143143
* #FLAG_SUBROUTINE_END}.
144144
*/
145-
public int flags;
145+
short flags;
146146

147147
/**
148148
* The source line number corresponding to this label, or 0. If there are several source line

0 commit comments

Comments
 (0)