#107 Improve JavaDoc for Object Pool example

This commit is contained in:
Ilkka Seppala
2015-08-21 22:24:53 +03:00
parent 2bc23844a4
commit 86c68f96e3
2 changed files with 12 additions and 3 deletions

View File

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