Skip to content

Commit 5738a90

Browse files
committed
Change format
1 parent 3c78e3d commit 5738a90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contents/Does-finally-always-execute-in-Java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ finally {
2525
- 其他线程干扰了现在运行的线程(通过 ```interrupt``` 方法)
2626
- 如果 JVM 已经“撞毁”了
2727

28-
Answered by [Jodonnell](http://stackoverflow.com/users/4223/jodonnell),edited by [jpaugh](http://stackoverflow.com/users/712526/jpaugh).
28+
Answered by [Jodonnell](http://stackoverflow.com/users/4223/jodonnell), edited by [jpaugh](http://stackoverflow.com/users/712526/jpaugh).
2929

3030
2. //示例代码
3131
``` java

0 commit comments

Comments
 (0)