Skip to content

Commit

Permalink
Reduce probe visibility for normal classes
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry Coles authored and hcoles committed Dec 31, 2020
1 parent 8ff5d90 commit baa0ba9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ private int fieldModifiers() {
| Opcodes.ACC_SYNTHETIC;
}

return Opcodes.ACC_STATIC | Opcodes.ACC_TRANSIENT | Opcodes.ACC_PUBLIC
return Opcodes.ACC_STATIC | Opcodes.ACC_TRANSIENT | Opcodes.ACC_PRIVATE
| Opcodes.ACC_SYNTHETIC;
}

Expand Down

0 comments on commit baa0ba9

Please sign in to comment.