File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
byte-buddy-dep/src/main/java/net/bytebuddy/asm Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3904,27 +3904,27 @@ protected enum Factory implements OffsetMapping.Factory<DynamicConstant> {
3904
3904
/**
3905
3905
* The {@link DynamicConstant#bootstrapType()} method.
3906
3906
*/
3907
- protected static final MethodDescription.InDefinedShape BOOTSTRAP_TYPE;
3907
+ private static final MethodDescription.InDefinedShape BOOTSTRAP_TYPE;
3908
3908
3909
3909
/**
3910
3910
* The {@link DynamicConstant#bootstrapOwner()} method.
3911
3911
*/
3912
- protected static final MethodDescription.InDefinedShape BOOTSTRAP_OWNER;
3912
+ private static final MethodDescription.InDefinedShape BOOTSTRAP_OWNER;
3913
3913
3914
3914
/**
3915
3915
* The {@link DynamicConstant#bootstrapName()} method.
3916
3916
*/
3917
- protected static final MethodDescription.InDefinedShape BOOTSTRAP_NAME;
3917
+ private static final MethodDescription.InDefinedShape BOOTSTRAP_NAME;
3918
3918
3919
3919
/**
3920
3920
* The {@link DynamicConstant#bootstrapReturnType()} method.
3921
3921
*/
3922
- protected static final MethodDescription.InDefinedShape BOOTSTRAP_RETURN_TYPE;
3922
+ private static final MethodDescription.InDefinedShape BOOTSTRAP_RETURN_TYPE;
3923
3923
3924
3924
/**
3925
3925
* The {@link DynamicConstant#bootstrapParameterTypes()} method.
3926
3926
*/
3927
- protected static final MethodDescription.InDefinedShape BOOTSTRAP_PARAMETER_TYPES;
3927
+ private static final MethodDescription.InDefinedShape BOOTSTRAP_PARAMETER_TYPES;
3928
3928
3929
3929
/**
3930
3930
* The {@link DynamicConstant#invokedynamic()} method.
You can’t perform that action at this time.
0 commit comments