[
https://issues.apache.org/jira/browse/HBASE-30235?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
guluo resolved HBASE-30235.
---------------------------
Resolution: Fixed
> Fix Javadoc syntax errors
> -------------------------
>
> Key: HBASE-30235
> URL: https://issues.apache.org/jira/browse/HBASE-30235
> Project: HBase
> Issue Type: Bug
> Reporter: Gianmarco Schifone
> Priority: Minor
> Labels: pull-request-available
> Fix For: 2.7.0, 3.0.0-beta-2, 2.5.16, 2.6.7
>
>
> Some Javadoc comments in HBase cannot be processed by the JDK javadoc tool
> with -Xdoclint:syntax.
> Examples include:
> - a raw URL used directly in an @see tag
> - raw angle-bracket text such as <100MB, 120MB, 0>
> - raw comparison text such as size < acceptable
> These are parsed as invalid Javadoc/HTML by the JDK doclet and cause doclint
> syntax errors.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)