Skip to content

Commit

Permalink
Merge pull request #324 from veraPDF/pdfua2
Browse files Browse the repository at this point in the history
PDF/UA-2. Add getcontainsConfigs to PBoxPDOCProperties
  • Loading branch information
MaximPlusov authored Oct 19, 2023
2 parents e17bd42 + e02bb8d commit 1f92ead
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,4 +137,8 @@ private static List<String> getAllNames(final COSDictionary contentProperties) {
return result;
}

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

0 comments on commit 1f92ead

Please sign in to comment.