Work on #385, added documentation and class diagram. Made refactoring changes to pass checkstyle and PMD checks

This commit is contained in:
Narendra Pathai
2016-03-16 12:40:46 +05:30
parent 7aff77ab27
commit c78dd2667a
8 changed files with 106 additions and 18 deletions

View File

@@ -9,7 +9,7 @@ import org.junit.Test;
public class AppTest {
@Test
public void test() {
public void test() throws Exception {
App.main(null);
}
}