[
https://issues.apache.org/jira/browse/OAK-2003?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jukka Zitting resolved OAK-2003.
--------------------------------
Resolution: Fixed
Fix Version/s: 1.1
I replaced the <p/> tags with <p> in revision 1614582.
Additionally, in revision 1614583 I disabled the remaining Java 8 doclint
checks to avoid the remaining problems (like missing \@return tags!) outlined
in http://blog.joda.org/2014/02/turning-off-doclint-in-jdk-8-javadoc.html.
> Avoid <p/> in javadoc
> ---------------------
>
> Key: OAK-2003
> URL: https://issues.apache.org/jira/browse/OAK-2003
> Project: Jackrabbit Oak
> Issue Type: Improvement
> Components: doc
> Reporter: Jukka Zitting
> Assignee: Jukka Zitting
> Priority: Minor
> Fix For: 1.1
>
>
> As discussed in http://markmail.org/message/qpg4ufqqvb3gwwwx, using
> XHTML-style <p/> tags in javadoc is both wrong in principle and troublesome
> in practice (since it causes parse errors with Java 8). We should convert
> such tags to just <p>.
--
This message was sent by Atlassian JIRA
(v6.2#6252)