Work on Dependency Injection example.

This commit is contained in:
Ilkka Seppala
2015-05-22 23:29:50 +03:00
parent ebcf46af86
commit 8b9e829b09
4 changed files with 28 additions and 0 deletions

View File

@ -3,5 +3,7 @@ package com.iluwatar;
public class App {
public static void main( String[] args ) {
Wizard wizard = new Wizard();
wizard.smoke();
}
}