Gianmarco Schifone created HBASE-30235:
------------------------------------------
Summary: Fix Javadoc syntax errors
Key: HBASE-30235
URL: https://issues.apache.org/jira/browse/HBASE-30235
Project: HBase
Issue Type: Bug
Reporter: Gianmarco Schifone
Some existing Javadocs cannot be processed by the JDK javadoc tool with
-Xdoclint:syntax.
The patch fixes:
- a raw URL in an @see tag
- raw <...> counter examples
- raw size < ... expressions
Validated on the affected files with javadoc -Xdoclint:syntax
--
This message was sent by Atlassian Jira
(v8.20.10#820010)