HBASE-30235 Fix Javadoc syntax errors#8376
Conversation
|
Hi, @gianmarcoschifone, please refer the doc(https://hbase.apache.org/docs/building-and-developing/developer-guidelines#commit) to update the commit msg and PR title, thanks! |
|
@liuxiaocs7 I'm not sure there is a relevant issue about this, should I create a new issue? |
|
@gianmarcoschifone |
@romani I will request an account on Jira, it will need some sort of approval |
d836b54 to
9c8822d
Compare
|
@liuxiaocs7 Done, thank you for guidance |
PDavid
left a comment
There was a problem hiding this comment.
Many thanks, nice, clean and minimal fix. Looks good to me. 👍
|
We have a code format checker (spotless) in the project which now found some formatting issue:s See: https://github.com/apache/hbase/actions/runs/27770162291?pr=8376 Can you please run |
9c8822d to
b14be20
Compare
|
@PDavid Done, amended the commit |
Fix Javadoc syntax errors reported by the JDK
javadoctool.This updates malformed Javadoc in a few comments by escaping raw
<...>text with{@code ...}and converting a raw@seeURL to a valid link.Validated with
javadoc -Xdoclint:syntaxon the affected files.