RFR: JDK-8284851 Update javax.crypto files to use proper javadoc for mentioned classes [v2]

Mark Powers duke at openjdk.org
Thu Jun 30 16:21:50 UTC 2022


On Tue, 28 Jun 2022 20:47:56 GMT, Mark Powers <duke at openjdk.org> 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



More information about the security-dev mailing list