OpenJDK / amber / amber
changeset 46059:6ed7ca4447a9
8185758: java.smartcardio has broken docs for exceptions
Reviewed-by: igerasim
author | jjg |
---|---|
date | Wed, 02 Aug 2017 17:15:30 -0700 |
parents | d7cc0adf7ce1 |
children | cbd5a7843b0b |
files | jdk/src/java.smartcardio/share/classes/javax/smartcardio/CardException.java jdk/src/java.smartcardio/share/classes/javax/smartcardio/CardNotPresentException.java |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/jdk/src/java.smartcardio/share/classes/javax/smartcardio/CardException.java Wed Aug 02 16:20:02 2017 -0700 +++ b/jdk/src/java.smartcardio/share/classes/javax/smartcardio/CardException.java Wed Aug 02 17:15:30 2017 -0700 @@ -48,7 +48,7 @@ /** * Constructs a new CardException with the specified cause and a detail message - * of <code>(cause==null ? null : cause.toString())</code>. + * of {@code (cause==null ? null : cause.toString())}. * * @param cause the cause of this exception or null */
--- a/jdk/src/java.smartcardio/share/classes/javax/smartcardio/CardNotPresentException.java Wed Aug 02 16:20:02 2017 -0700 +++ b/jdk/src/java.smartcardio/share/classes/javax/smartcardio/CardNotPresentException.java Wed Aug 02 17:15:30 2017 -0700 @@ -48,7 +48,7 @@ /** * Constructs a new CardNotPresentException with the specified cause and a detail message - * of <code>(cause==null ? null : cause.toString())</code>. + * of {@code (cause==null ? null : cause.toString())}. * * @param cause the cause of this exception or null */