mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-15 18:59:10 +00:00
Changed package naming across all examples.
This commit is contained in:
+3
-1
@@ -1,7 +1,9 @@
|
||||
package com.iluwatar;
|
||||
package com.iluwatar.templatemethod;
|
||||
|
||||
import org.junit.Test;
|
||||
|
||||
import com.iluwatar.templatemethod.App;
|
||||
|
||||
public class AppTest {
|
||||
|
||||
@Test
|
||||
Reference in New Issue
Block a user