Skip to content

Commit

Permalink
Merge pull request #630 from veraPDF/remapped_standard_type
Browse files Browse the repository at this point in the history
Fix getremappedStandardType in GFPDStructElem
  • Loading branch information
MaximPlusov authored Dec 27, 2023
2 parents 3eb831a + 17c8377 commit ec06ff3
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 ec06ff3

Please sign in to comment.