#107 Improve JavaDoc for Lazy Loading example

This commit is contained in:
Ilkka Seppala
2015-08-19 22:09:54 +03:00
parent 48cb04f98a
commit add57d4066
3 changed files with 13 additions and 4 deletions

View File

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