[ 
https://issues.apache.org/jira/browse/PDFBOX-2684?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15977257#comment-15977257
 ] 

ASF subversion and git services commented on PDFBOX-2684:
---------------------------------------------------------

Commit 1792109 from [~tilman] in branch 'pdfbox/branches/2.0'
[ https://svn.apache.org/r1792109 ]

PDFBOX-2684: improve javadoc

> 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.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to