RFR: 8303539: javadoc typos in Attr
Vicente Romero
vromero at openjdk.org
Fri Mar 3 04:18:58 UTC 2023
Very minimal fix changing only the javadoc of method: `Attr.ResultInfo::needsArgumentAttr`, the fix is basically doing:
{@ArgumentAttr} -> {@code ArgumentAttr}
TIA
-------------
Commit messages:
- 8303539: javadoc typos in Attr
Changes: https://git.openjdk.org/jdk/pull/12846/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=12846&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8303539
Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod
Patch: https://git.openjdk.org/jdk/pull/12846.diff
Fetch: git fetch https://git.openjdk.org/jdk pull/12846/head:pull/12846
PR: https://git.openjdk.org/jdk/pull/12846
More information about the compiler-dev
mailing list