From fcb1594a54cd5cbae9f80b4a399357ef9ebbe135 Mon Sep 17 00:00:00 2001 From: CyC2018 Date: Wed, 15 May 2019 10:44:19 +0800 Subject: [PATCH] auto commit --- docs/notes/设计模式.md | 2 -- notes/设计模式.md | 2 -- 2 files changed, 4 deletions(-) diff --git a/docs/notes/设计模式.md b/docs/notes/设计模式.md index 968a9a22..e25a12d6 100644 --- a/docs/notes/设计模式.md +++ b/docs/notes/设计模式.md @@ -38,8 +38,6 @@ 拥有设计模式词汇,在沟通时就能用更少的词汇来讨论,并且不需要了解底层细节。 -[源码以及 UML 图](https://github.com/CyC2018/Design-Pattern-Java) - # 二、创建型 ## 1. 单例(Singleton) diff --git a/notes/设计模式.md b/notes/设计模式.md index b3d539c7..28877247 100644 --- a/notes/设计模式.md +++ b/notes/设计模式.md @@ -38,8 +38,6 @@ 拥有设计模式词汇,在沟通时就能用更少的词汇来讨论,并且不需要了解底层细节。 -[源码以及 UML 图](https://github.com/CyC2018/Design-Pattern-Java) - # 二、创建型 ## 1. 单例(Singleton)