NamedType angepasst

This commit is contained in:
uogau 2021-01-30 09:28:48 +01:00
parent 69b9ef4773
commit 0f5531ef47

View File

@ -53,8 +53,7 @@ public class NamedType extends Type {
*/
@Override
public Type substitute(TypeVariable a, Type b) {
//TODO: Methode überhaupt sinnvoll?
return null;
return this;
}
/**