You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "Andrea Vacondio (JIRA)" <ji...@apache.org> on 2015/02/13 11:16:11 UTC

[jira] [Created] (PDFBOX-2684) Javadoc for COSBase.setNeedToBeUpdate

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: dev-unsubscribe@pdfbox.apache.org
For additional commands, e-mail: dev-help@pdfbox.apache.org