mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
Merge remote-tracking branch 'origin/GP-4162_dev747368_fix_viewstringstable_custom_constraints'
This commit is contained in:
commit
a806848b31
8 changed files with 167 additions and 214 deletions
|
@ -37,7 +37,7 @@ public class TranslationSettingsDefinition extends JavaEnumSettingsDefinition<TR
|
|||
|
||||
private final String s;
|
||||
|
||||
private TRANSLATION_ENUM(String s) {
|
||||
TRANSLATION_ENUM(String s) {
|
||||
this.s = s;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue