Skip to content

Commit

Permalink
sw_concepts: rename dir (button_,abstract-)factory
Browse files Browse the repository at this point in the history
That we can add other abstract factory examples.
  • Loading branch information
BacLuc committed Mar 25, 2024
1 parent 39bebb4 commit f729792
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions topics/sw_concepts/sw_concept_slides.md
Original file line number Diff line number Diff line change
Expand Up @@ -377,8 +377,8 @@ class ButtonFactoryL(ButtonFactory):
AbstractFactory Beispiel 2
------

![footer_m](images/button_factory/footer_m.png)
![footer_c](images/button_factory/footer_c.png)
![footer_m](images/abstract-factory/footer_m.png)
![footer_c](images/abstract-factory/footer_c.png)

Strategy
-------
Expand Down

0 comments on commit f729792

Please sign in to comment.