Skip to content

Commit d9fe585

Browse files
committed
Revert "[asm-cherry-pick] asm.CustomAttribute class"
This reverts commit 6671697.
1 parent 05c624d commit d9fe585

File tree

2 files changed

+1
-21
lines changed

2 files changed

+1
-21
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public class Attribute {
4848
* The 6 header bytes of the attribute (attribute_name_index and attribute_length) are <i>not</i>
4949
* included.
5050
*/
51-
protected byte[] content;
51+
private byte[] content;
5252

5353
/**
5454
* The next attribute in this attribute list (Attribute instances can be linked via this field to

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

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)