Package naming corrections and cleanup.
This commit is contained in:
@ -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;
|
@ -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
|
Reference in New Issue
Block a user