提交 6488a271 编写于 作者: J jjg

8185758: java.smartcardio has broken docs for exceptions

Reviewed-by: igerasim
上级 3316e07f
......@@ -48,7 +48,7 @@ public class CardException extends Exception {
/**
* 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
*/
......
......@@ -48,7 +48,7 @@ public class CardNotPresentException extends CardException {
/**
* 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
*/
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册