Skip to content

Commit 1eb1961

Browse files
committed
Remove presentations
1 parent cc85c73 commit 1eb1961

19 files changed

+0
-905
lines changed

abstract-factory/README.md

-4
Original file line numberDiff line numberDiff line change
@@ -188,10 +188,6 @@ Use the Abstract Factory pattern when
188188
## Tutorial
189189
* [Abstract Factory Pattern Tutorial](https://www.journaldev.com/1418/abstract-factory-design-pattern-in-java)
190190

191-
## Presentations
192-
193-
* [Abstract Factory Pattern](etc/presentation.html)
194-
195191

196192
## Real world examples
197193

abstract-factory/etc/diagram1.png

-56.7 KB
Binary file not shown.

abstract-factory/etc/diagram2.png

-25.7 KB
Binary file not shown.

abstract-factory/etc/presentation.html

-190
This file was deleted.

command/README.md

-4
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@ Use the Command pattern when you want to
3636
* implement callback functionality
3737
* implement the undo functionality
3838

39-
## Presentations
40-
41-
* [Command Pattern](etc/presentation.html)
42-
4339
## Real world examples
4440

4541
* [java.lang.Runnable](http://docs.oracle.com/javase/8/docs/api/java/lang/Runnable.html)

command/etc/diagram.png

-56.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)