Merge branch 'master' of https://github.com/themoffster/java-design-patterns into themoffster-master

Conflicts:
	dao/pom.xml
This commit is contained in:
Ilkka Seppala
2015-10-19 20:44:46 +03:00
11 changed files with 358 additions and 167 deletions

View File

@@ -7,7 +7,7 @@ import org.junit.Test;
public class AppTest {
private App app = new App();;
private App app = new App();
private KingdomFactory elfFactory;
private KingdomFactory orcFactory;