Skip to content

Commit

Permalink
Add getpresentInEmbeddedFiles to PBCosFileSpecification
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximPlusov committed Dec 18, 2023
1 parent 3a0295b commit ea430e4
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,11 @@ public Boolean getisAssociatedFile() {
&& StaticContainers.getFileSpecificationKeys().contains(this.baseObject.getKey()));
}

@Override
public Boolean getpresentInEmbeddedFiles() {
return null;
}

@Override
public Boolean getcontainsEF() {
return this.baseObject != null && this.baseObject instanceof COSDictionary &&
Expand Down

0 comments on commit ea430e4

Please sign in to comment.