--- 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
*/