Skip to content

Commit

Permalink
Merge pull request #640 from veraPDF/namespace_rolemap
Browse files Browse the repository at this point in the history
Fix getroleMapToSameNamespaceTag
  • Loading branch information
MaximPlusov authored and Git User committed Feb 6, 2024
1 parent 29cd123 commit 673b60a
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,7 @@ public Boolean getcircularMappingExist() {

@Override
public String getroleMapToSameNamespaceTag() {
String namespace = ((org.verapdf.pd.structure.PDStructElem)simplePDObject).getRoleMapToSameNamespaceTag();
return namespace != null ? namespace + ':' + getstandardType() : null;
return ((org.verapdf.pd.structure.PDStructElem)simplePDObject).getRoleMapToSameNamespaceTag();
}

@Override
Expand Down

0 comments on commit 673b60a

Please sign in to comment.