RFR: JDK-8284851 Update javax.crypto files to use proper javadoc for mentioned classes [v6]
Mark Powers
duke at openjdk.org
Wed Jul 6 22:39:21 UTC 2022
On Wed, 6 Jul 2022 19:54:57 GMT, Mark Powers <duke at openjdk.org> wrote:
>> src/java.base/share/classes/java/security/CodeSource.java line 307:
>>
>>> 305: * and {@code null} certificates all imply
>>> 306: * the codesource with the location "http://www.example.com/classes/foo.jar"
>>> 307: * and {@code null} certificates:
>>
>> Should the URL in the line above be wrapped in `{@code}`?
>
> JarURLConnection.java has a wrapped URL, but BigInteger.java does not.
>
> I don't know the right answer although I could ask on #javadoc-team.
Max pointed out that BigInteger.java doesn't count because it's non-public method.
Using `{@code}`.
-------------
PR: https://git.openjdk.org/jdk/pull/9282
More information about the security-dev
mailing list