Skip to content

Commit

Permalink
Remove presentations
Browse files Browse the repository at this point in the history
  • Loading branch information
iluwatar committed Oct 30, 2019
1 parent cc85c73 commit 1eb1961
Show file tree
Hide file tree
Showing 19 changed files with 0 additions and 905 deletions.
4 changes: 0 additions & 4 deletions abstract-factory/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,10 +188,6 @@ Use the Abstract Factory pattern when
## Tutorial
* [Abstract Factory Pattern Tutorial](https://www.journaldev.com/1418/abstract-factory-design-pattern-in-java)

## Presentations

* [Abstract Factory Pattern](etc/presentation.html)


## Real world examples

Expand Down
Binary file removed abstract-factory/etc/diagram1.png
Binary file not shown.
Binary file removed abstract-factory/etc/diagram2.png
Binary file not shown.
190 changes: 0 additions & 190 deletions abstract-factory/etc/presentation.html

This file was deleted.

4 changes: 0 additions & 4 deletions command/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@ Use the Command pattern when you want to
* implement callback functionality
* implement the undo functionality

## Presentations

* [Command Pattern](etc/presentation.html)

## Real world examples

* [java.lang.Runnable](http://docs.oracle.com/javase/8/docs/api/java/lang/Runnable.html)
Expand Down
Binary file removed command/etc/diagram.png
Binary file not shown.

0 comments on commit 1eb1961

Please sign in to comment.