-
Bug
-
Resolution: Fixed
-
P4
-
8
-
b126
All 8 overloaded Cipher.init methods have a typo in their use of the @code tag:
* @throws UnsupportedOperationException if (@code opmode} is
"(@code opmode}" should be "{@code opmode}"
This results in javadoc as " if (@code opmode}"
* @throws UnsupportedOperationException if (@code opmode} is
"(@code opmode}" should be "{@code opmode}"
This results in javadoc as " if (@code opmode}"
- relates to
-
JDK-6750584 Cipher.wrap/unwrap methods should define UnsupportedOperationException
- Closed