Skip to content

Commit

Permalink
Fix getremappedStandardType in GFPDStructElem
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximPlusov committed Dec 27, 2023
1 parent ea0e0f9 commit 17c8377
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ public String getremappedStandardType() {
}
} else if (standardType != null) {
String standardTypeMap = StaticResources.getRoleMapHelper().getStandardType(ASAtom.getASAtom(standardType));
if (standardTypeMap != null) {
if (!Objects.equals(standardTypeMap, standardType)) {
return standardType;
}
}
Expand Down

0 comments on commit 17c8377

Please sign in to comment.