mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-22 06:42:56 +08:00
Merge remote-tracking branch 'origin/patch'
This commit is contained in:
+1
-1
@@ -322,7 +322,7 @@ public class PropertyListMergeManager implements MergeResolver {
|
||||
Object myValue = getValue(myList, propertyName);
|
||||
Object origValue = getValue(origList, propertyName);
|
||||
|
||||
if (!myValue.equals(origValue)) {
|
||||
if (!Objects.equals(myValue, origValue)) {
|
||||
setValue(resultList, propertyName, myList.getType(propertyName), myValue);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user