On Tue, 28 Jun 2022 20:16:37 GMT, Valerie Peng <[email protected]> wrote:
>> Mark Powers has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Valerie fix
>
> src/java.base/share/classes/javax/crypto/AEADBadTagException.java line 41:
>
>> 39:
>> 40: /**
>> 41: * Constructs an <code>AEADBadTagException</code> with no detail
>> message.
>
> Why not using the {@code } as in other files?
I started with java.crypto first, and the first few files I looked at had
`<code>` so I used `<code>`. I later realized there was a mix of styles. I
tried to continue with whatever style a file was using.
-------------
PR: https://git.openjdk.org/jdk/pull/9282