#108 Consistent package naming throughout the examples
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
package com.iluwatar.dependencyinjection;
|
||||
package com.iluwatar.dependency.injection;
|
||||
|
||||
import org.junit.Test;
|
||||
|
||||
import com.iluwatar.dependencyinjection.App;
|
||||
import com.iluwatar.dependency.injection.App;
|
||||
|
||||
public class AppTest {
|
||||
|
Reference in New Issue
Block a user