Skip to content

Commit

Permalink
Correct wrong diagram in DIP
Browse files Browse the repository at this point in the history
  • Loading branch information
damithc committed Sep 27, 2016
1 parent bed24e8 commit d0bf45b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/LearningOutcomes.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ getting the `StorageFile` class involved? That is a situation where we can use *
* The example above uses [DIP](#apply-dependency-inversion-principle-lo-dip) as a means to achieve DI.
Note that there is another way to inject a `StorageStub` object, as shown below.
In this case we do not apply the DIP but we still achieve DI.<br>
<img src="images/DependencyInjectionWithoutDIP.png" width="300">
<img src="images/DependencyInjectionWithoutDIP.png" width="250">

------------------------------------------------------------------------------------------------------

Expand Down
Binary file modified doc/images/DependencyInjectionWithoutDIP.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified doc/images/LogicStroageFileDIP.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d0bf45b

Please sign in to comment.