Package naming corrections and cleanup.

This commit is contained in:
Ilkka Seppala
2015-09-18 19:59:52 +03:00
parent 570a30099e
commit dd0fcea090
20 changed files with 33 additions and 284 deletions

View File

@ -1,4 +1,4 @@
package com.iluwatar.fluentinterface;
package com.iluwatar.fluentinterface.app;
import com.iluwatar.fluentinterface.fluentiterable.FluentIterable;
import com.iluwatar.fluentinterface.fluentiterable.lazy.LazyFluentIterable;

View File

@ -1,7 +1,9 @@
package com.iluwatar.fluentinterface;
package com.iluwatar.fluentinterface.app;
import org.junit.Test;
import com.iluwatar.fluentinterface.app.App;
public class AppTest {
@Test