Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
echoTheLiar authored Nov 6, 2017
1 parent acc4d2f commit ef9779c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Java代码积累:**[并发](./README.md/#concurrency) [设计模式](./README.
- [演示线程的生命周期](./src/concurrency/ThreadLifeCycle.java)
- [生产者-消费者](./src/concurrency/ProducerAndConsumer.java)

## design pattern (参考《大话设计模式》)
## design pattern 参考《大话设计模式》
- [简单工厂模式](./src/designpattern/factory/simple/Calculator.java)
### 创建型模式
- [工厂方法模式](./src/designpattern/factory/method/FactoryClient.java)
Expand Down

0 comments on commit ef9779c

Please sign in to comment.