Wildcards im Subst im Unify eingefuegt Kommentare

This commit is contained in:
Martin Plümicke 2014-12-05 17:47:34 +01:00
parent 4046066b7c
commit 5b9cabb3e1

View File

@ -2400,7 +2400,7 @@ throws MatchException
return true;
}
}
//Wildcard ergänzt PL 12-12-05
//Wildcard ergänzt PL 14-12-05
if ( T instanceof ExtendsWildcardType )
{
Type Temp = ((ExtendsWildcardType) T).get_ExtendsType();
@ -2415,7 +2415,7 @@ throws MatchException
}
}
}
//Wildcard ergänzt PL 14-12-05
if ( T instanceof SuperWildcardType )
{
Type Temp = ((SuperWildcardType) T).get_SuperType();