8185758: java.smartcardio has broken docs for exceptions
authorjjg
Wed, 02 Aug 2017 17:15:30 -0700
changeset 46059 6ed7ca4447a9
parent 46058 d7cc0adf7ce1
child 46060 cbd5a7843b0b
8185758: java.smartcardio has broken docs for exceptions Reviewed-by: igerasim
jdk/src/java.smartcardio/share/classes/javax/smartcardio/CardException.java
jdk/src/java.smartcardio/share/classes/javax/smartcardio/CardNotPresentException.java
--- 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
      */