Fehler bei TPH Generierung behoben
This commit is contained in:
parent
0ca4f16c49
commit
16cbf8e1b7
@ -193,7 +193,7 @@ public class UnifyTypeFactory {
|
|||||||
public static Type convert(PlaceholderType t) {
|
public static Type convert(PlaceholderType t) {
|
||||||
TypePlaceholder ret = TypePlaceholder.getInstance(t.getName());
|
TypePlaceholder ret = TypePlaceholder.getInstance(t.getName());
|
||||||
if(ret == null){ //Dieser TPH wurde vom Unifikationsalgorithmus erstellt
|
if(ret == null){ //Dieser TPH wurde vom Unifikationsalgorithmus erstellt
|
||||||
ret = TypePlaceholder.fresh(t.getName(), NULL_NODE);
|
ret = TypePlaceholder.fresh(NULL_NODE);
|
||||||
}
|
}
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user