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