#107 Improve JavaDoc for Model-View-Controller example

This commit is contained in:
Ilkka Seppala
2015-08-19 22:15:49 +03:00
parent 8701833d83
commit ef887e6003
2 changed files with 13 additions and 4 deletions

View File

@@ -4,6 +4,11 @@ import org.junit.Test;
import com.iluwatar.model.view.controller.App;
/**
*
* Application test
*
*/
public class AppTest {
@Test