Skip to content

Commit b403fbc

Browse files
committed
auto commit
1 parent 4e676f4 commit b403fbc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/notes/设计模式 - 单例.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ secondName
197197

198198
- [java.lang.Runtime#getRuntime()](http://docs.oracle.com/javase/8/docs/api/java/lang/Runtime.html#getRuntime%28%29)
199199
- [java.awt.Desktop#getDesktop()](http://docs.oracle.com/javase/8/docs/api/java/awt/Desktop.html#getDesktop--)
200-
- [java.lang.System#getSecurityManager()](
200+
- [java.lang.System#getSecurityManager()](https://docs.oracle.com/javase/8/docs/api/java/lang/System.html#getSecurityManager--)
201201

202202

203203

notes/设计模式 - 单例.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ secondName
197197

198198
- [java.lang.Runtime#getRuntime()](http://docs.oracle.com/javase/8/docs/api/java/lang/Runtime.html#getRuntime%28%29)
199199
- [java.awt.Desktop#getDesktop()](http://docs.oracle.com/javase/8/docs/api/java/awt/Desktop.html#getDesktop--)
200-
- [java.lang.System#getSecurityManager()](
200+
- [java.lang.System#getSecurityManager()](https://docs.oracle.com/javase/8/docs/api/java/lang/System.html#getSecurityManager--)
201201

202202

203203

0 commit comments

Comments
 (0)