Skip to content

Commit ed00ae8

Browse files
committed
添加理解 Java 中的 NumberFormatException 异常 的链接
1 parent ad2ca48 commit ed00ae8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

core-java-modules/core-java-numbers/src/test/java/com/ossez/number/foramt/NumberFormatExceptionTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
/**
1616
* String format to number with NumberFormatException
1717
*
18+
* <p><a href="https://www.ossez.com/t/java-numberformatexception/13986">https://www.ossez.com/t/java-numberformatexception/13986</a></p>
19+
*
1820
* @author YuCheng
1921
*/
2022
@TestInstance(TestInstance.Lifecycle.PER_METHOD)

0 commit comments

Comments
 (0)