Andrea Vacondio created PDFBOX-2684:
---------------------------------------
Summary: Javadoc for COSBase.setNeedToBeUpdate
Key: PDFBOX-2684
URL: https://issues.apache.org/jira/browse/PDFBOX-2684
Project: PDFBox
Issue Type: Improvement
Components: PDModel
Affects Versions: 1.8.8, 2.0.0
Reporter: Andrea Vacondio
Priority: Minor
I tried to understand what the COSBase needToBeUpdate flag stands for and I
only found this in the COSWriter.
{code}
if(actual != null && objectKeys.containsKey(actual) &&
!object.isNeedToBeUpdate() && (cosBase!= null &&
!cosBase.isNeedToBeUpdate()))
{
return;
}
{code}
I kind of think I got what it's used for but maybe someone who knows better
could add some javadoc?
Thanks
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]