File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/org/apache/ibatis/reflection Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -258,7 +258,7 @@ static class WildcardTypeImpl implements WildcardType {
258
258
259
259
private Type [] upperBounds ;
260
260
261
- private WildcardTypeImpl (Type [] lowerBounds , Type [] upperBounds ) {
261
+ WildcardTypeImpl (Type [] lowerBounds , Type [] upperBounds ) {
262
262
super ();
263
263
this .lowerBounds = lowerBounds ;
264
264
this .upperBounds = upperBounds ;
@@ -278,7 +278,7 @@ public Type[] getUpperBounds() {
278
278
static class GenericArrayTypeImpl implements GenericArrayType {
279
279
private Type genericComponentType ;
280
280
281
- private GenericArrayTypeImpl (Type genericComponentType ) {
281
+ GenericArrayTypeImpl (Type genericComponentType ) {
282
282
super ();
283
283
this .genericComponentType = genericComponentType ;
284
284
}
You can’t perform that action at this time.
0 commit comments