mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 10:49:34 +02:00
GP-0: Fixed GadpClientServerTests
This commit is contained in:
parent
34e67ea909
commit
13fcd3f20d
3 changed files with 110 additions and 85 deletions
|
@ -204,7 +204,6 @@ public interface TargetObject extends Comparable<TargetObject> {
|
|||
String DISPLAY_ATTRIBUTE_NAME = PREFIX_INVISIBLE + "display";
|
||||
String SHORT_DISPLAY_ATTRIBUTE_NAME = PREFIX_INVISIBLE + "short_display";
|
||||
String KIND_ATTRIBUTE_NAME = PREFIX_INVISIBLE + "kind";
|
||||
String UPDATE_MODE_ATTRIBUTE_NAME = PREFIX_INVISIBLE + "update_mode";
|
||||
String ORDER_ATTRIBUTE_NAME = PREFIX_INVISIBLE + "order";
|
||||
|
||||
// TODO: Should these belong to a new TargetValue interface?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue