mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-09-19 16:40:38 -09:00
GP-0 reverted datatype tooltip change made with GP-1403
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user