[ 
https://issues.apache.org/jira/browse/PDFBOX-2684?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tilman Hausherr resolved PDFBOX-2684.
-------------------------------------
    Resolution: Fixed
      Assignee: Tilman Hausherr

> 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
>            Assignee: Tilman Hausherr
>            Priority: Minor
>             Fix For: 2.0.6, 3.0.0
>
>
> 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.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org

Reply via email to