mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8243574: java.lang.invoke.InvokerBytecodeGenerator.ClassData should be package-private
Reviewed-by: alanb
This commit is contained in:
parent
e19d880581
commit
33d9178ebd
1 changed files with 1 additions and 1 deletions
|
@ -236,7 +236,7 @@ class InvokerBytecodeGenerator {
|
|||
return className;
|
||||
}
|
||||
|
||||
public static class ClassData {
|
||||
static class ClassData {
|
||||
final String name;
|
||||
final String desc;
|
||||
final Object value;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue