HHH-12612 - Use getQualifiedName rather than toString.
(cherry picked from commit 5674eae
)
This commit is contained in:
parent
1d129c899d
commit
c344860f19
|
@ -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