-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 8
-
Component/s: security-libs
-
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
-