Aufräumen
This commit is contained in:
parent
b2f742033b
commit
03753d68b9
@ -79,7 +79,7 @@ public class SuperWildcardType extends WildcardType implements ITypeContainer, I
|
|||||||
*/
|
*/
|
||||||
public Type GetWildcardType()
|
public Type GetWildcardType()
|
||||||
{
|
{
|
||||||
return this.get_innerType();
|
return this.get_SuperType();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -100,7 +100,7 @@ public class SuperWildcardType extends WildcardType implements ITypeContainer, I
|
|||||||
*/
|
*/
|
||||||
public Type getContainedType()
|
public Type getContainedType()
|
||||||
{
|
{
|
||||||
return this.get_innerType();
|
return this.get_SuperType();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -110,7 +110,7 @@ public class SuperWildcardType extends WildcardType implements ITypeContainer, I
|
|||||||
*/
|
*/
|
||||||
public Type getMatchType()
|
public Type getMatchType()
|
||||||
{
|
{
|
||||||
return this.get_innerType();
|
return this.get_SuperType();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
Reference in New Issue
Block a user