HHH-12612 - Use getQualifiedName rather than toString.
This commit is contained in:
parent
d5244de697
commit
5674eae3ae
|
@ -127,7 +127,7 @@ public final class TypeUtils {
|
|||
return erasureType.toString();
|
||||
}
|
||||
else {
|
||||
return context.getTypeUtils().asElement( erasureType ).toString();
|
||||
return ( (TypeElement) context.getTypeUtils().asElement( erasureType ) ).getQualifiedName().toString();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue