#107 Double Dispatch example JavaDoc

This commit is contained in:
Ilkka Seppala
2015-08-18 22:32:13 +03:00
parent 57e702db4f
commit f2db01e546
2 changed files with 13 additions and 4 deletions

View File

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