Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 712391e

Browse filesBrowse files
committed
修改格式
个人理解部分添加一个<br>标签
1 parent 4d6508b commit 712391e
Copy full SHA for 712391e

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎contents/creating-a-memory-leak-with-java.md

Copy file name to clipboardExpand all lines: contents/creating-a-memory-leak-with-java.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
******************************下方为个人理解************************************
2727

2828
通过一个简单的图来描述上述关系:
29-
ThreadLocal.obj ---> B.obj ---> B.class <--> ClassLoader.obj
29+
ThreadLocal.obj ---> B.obj ---> B.class <--> ClassLoader.obj<br>
3030
注:上图的\*.obj表示\*类的一个实例对象,B.class表示类B的Class对象
3131

3232
******************************上方为个人理解************************************

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.