Fix typos in comments in Javadoc syntax {@code} and {@link}#30061
Fix typos in comments in Javadoc syntax {@code} and {@link}#30061rybak wants to merge 4 commits intoopenjdk:masterfrom
{@code} and {@link}#30061Conversation
|
👋 Welcome back rybak! A progress list of the required criteria for merging this PR into |
|
❗ This change is not yet ready to be integrated. |
|
@rybak The following labels will be automatically applied to this pull request:
When this pull request is ready to be reviewed, an "RFR" email will be sent to the corresponding mailing lists. If you would like to change these labels, use the /label pull request command. |
|
@rybak This pull request has been inactive for more than 4 weeks and will be automatically closed if another 4 weeks passes without any activity. To avoid this, simply issue a |
|
/keepalive |
|
@rybak The pull request is being re-evaluated and the inactivity timeout has been reset. |
There was a problem hiding this comment.
Hi @franciscoarturorivera371-cyber, thanks for making a comment in an OpenJDK project!
All comments and discussions in the OpenJDK Community must be made available under the OpenJDK Terms of Use. If you already are an OpenJDK Author, Committer or Reviewer, please click here to open a new issue so that we can record that fact. Please Use "Add GitHub user franciscoarturorivera371-cyber" for the summary.
If you are not an OpenJDK Author, Committer or Reviewer, simply check the box below to accept the OpenJDK Terms of Use for your comments.
- I agree to the OpenJDK Terms of Use for all comments I make in a project in the OpenJDK GitHub organization.
Your comment will be automatically restored once you have accepted the OpenJDK Terms of Use.
|
The total number of required reviews for this PR has been set to 2 based on the presence of these labels: |
Incorrect usages of Javadoc syntax
{@code}and{@link}in documentation comments in various Java classes have been fixed.These issues were found using various
git grepcommands, such as:Originally, I also included a fix for the file
src/java.xml.crypto/share/classes/com/sun/org/apache/xml/internal/security/signature/Manifest.java, but after I realized that it is imported from elsewhere, I opened a pull request in the upstream repository: apache/santuario-xml-security-java#575. In the copy of this class in the OpenJDK repository, the HTML tag<code>was replaced with{@code ...}in commit 9adabc3 ("8177334: Update xmldsig implementation to Apache Santuario 2.1.1", 2018-06-19), but the Apache repository doesn't have this change (both branch main and branch 2.1.x-fixes still have<code>).Progress
Error
- [x] I confirm that I make this contribution in accordance with the [OpenJDK Interim AI Policy](https://openjdk.org/legal/ai).Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/30061/head:pull/30061$ git checkout pull/30061Update a local copy of the PR:
$ git checkout pull/30061$ git pull https://git.openjdk.org/jdk.git pull/30061/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 30061View PR using the GUI difftool:
$ git pr show -t 30061Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/30061.diff