On Tue, 28 Jun 2022 20:47:56 GMT, Mark Powers <[email protected]> wrote:
>> 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.
using `{@code }`
-------------
PR: https://git.openjdk.org/jdk/pull/9282