On Wed, 6 Jul 2022 19:54:57 GMT, Mark Powers <[email protected]> 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