#107 Improve JavaDoc for Null Object example

This commit is contained in:
Ilkka Seppala
2015-08-20 22:42:49 +03:00
parent 952ebc638f
commit 2bc23844a4
3 changed files with 11 additions and 2 deletions

View File

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