[
https://issues.apache.org/jira/browse/PDFBOX-3463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15419875#comment-15419875
]
ASF subversion and git services commented on PDFBOX-3463:
---------------------------------------------------------
Commit 1756249 from [~tilman] in branch 'pdfbox/branches/1.8'
[ https://svn.apache.org/r1756249 ]
PDFBOX-3463: fix nasty typo
> XMPSchemaBasic.getLabel() always returns null
> ---------------------------------------------
>
> Key: PDFBOX-3463
> URL: https://issues.apache.org/jira/browse/PDFBOX-3463
> Project: PDFBox
> Issue Type: Bug
> Components: JempBox
> Affects Versions: 1.8.12
> Reporter: Svetlozar Argirov
>
> It seems that while the Label is being saved correctly with setlabel() it is
> impossible to read it back.
> Looking at the source
> {code}
> public void setLabel( String label )
> {
> setTextProperty( prefix + ":Label", label );
> }
>
> public String getLabel()
> {
> return getTextProperty( prefix + "p:Label" );
> }
> {code}
> It is quite obvious that the problem is the p in "p:Label" .
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]