GP-0 reverted datatype tooltip change made with GP-1403

This commit is contained in:
ghidra1
2022-04-27 09:55:20 -04:00
parent 897419a927
commit 5f6f74cd8e

View File

@@ -100,9 +100,6 @@ public class ToolTipUtils {
*/
public static HTMLDataTypeRepresentation getHTMLRepresentation(DataType dataType) {
if (dataType != null) {
if (dataType instanceof BuiltIn) {
return new DefaultDataTypeHTMLRepresentation(dataType);
}
if (dataType instanceof TypeDef) {
return new TypeDefDataTypeHTMLRepresentation((TypeDef) dataType);
}