#184 Fluent interface pattern, added uml, adjusted style, added pattern description

This commit is contained in:
Hannes Pernpeintner
2015-09-07 13:25:26 +02:00
parent ee47ae021a
commit fb13ddc5d6
11 changed files with 727 additions and 535 deletions
@@ -4,9 +4,9 @@ import org.junit.Test;
public class AppTest {
@Test
public void test() {
String[] args = {};
App.main(args);
}
@Test
public void test() {
String[] args = {};
App.main(args);
}
}