RFR: JDK-8284851 Update javax.crypto files to use proper javadoc for mentioned classes [v2]
Mark Powers
duke at openjdk.org
Tue Jun 28 20:52:52 UTC 2022
On Tue, 28 Jun 2022 20:16:37 GMT, Valerie Peng <valeriep at openjdk.org> 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
More information about the security-dev
mailing list