mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-15 16:58:56 +00:00
Work on Dependency Injection example.
This commit is contained in:
@@ -3,5 +3,7 @@ package com.iluwatar;
|
||||
public class App {
|
||||
|
||||
public static void main( String[] args ) {
|
||||
Wizard wizard = new Wizard();
|
||||
wizard.smoke();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user