Skip to content

Commit

Permalink
PDF/UA-2. Add getcontainsConfigs to PBoxPDOCProperties
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximPlusov committed Sep 27, 2023
1 parent a479234 commit e02bb8d
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 e02bb8d

Please sign in to comment.