Skip to content

Commit 8a64f4c

Browse files
committed
docs: update dependency injection
1 parent f8f33f5 commit 8a64f4c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

dependency-injection/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,6 @@ The program output:
118118
11:54:05.308 [main] INFO com.iluwatar.dependency.injection.Tobacco -- GuiceWizard smoking RivendellTobacco
119119
```
120120

121-
## Detailed Explanation of Dependency Injection Pattern with Real-World Examples
122-
123-
![Dependency Injection](./etc/dependency-injection.png "Dependency Injection")
124-
125121
## When to Use the Dependency Injection Pattern in Java
126122

127123
* When aiming to reduce the coupling between classes and increase the modularity of the application.

0 commit comments

Comments
 (0)