jdk/src/java.smartcardio/share/classes/javax/smartcardio/CardException.java
changeset 46059 6ed7ca4447a9
parent 25859 3317bb8137f4
--- 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
      */