Aufräumen

This commit is contained in:
JanUlrich 2015-03-31 15:24:30 +02:00
parent b2f742033b
commit 03753d68b9

View File

@ -79,7 +79,7 @@ public class SuperWildcardType extends WildcardType implements ITypeContainer, I
*/
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()
{
return this.get_innerType();
return this.get_SuperType();
}
/**
@ -110,7 +110,7 @@ public class SuperWildcardType extends WildcardType implements ITypeContainer, I
*/
public Type getMatchType()
{
return this.get_innerType();
return this.get_SuperType();
}
@Override