Minor fix
This commit is contained in:
parent
a32911077f
commit
eefac3911d
@ -1,4 +1,4 @@
|
||||
package com.mercator;
|
||||
package com.baeldung.algorithms.mercator;
|
||||
|
||||
class EllipticalMercator extends Mercator {
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
package com.mercator;
|
||||
package com.baeldung.algorithms.mercator;
|
||||
|
||||
import org.junit.Test;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
package com.mercator;
|
||||
package com.baeldung.algorithms.mercator;
|
||||
|
||||
import org.junit.Test;
|
||||
import static junit.framework.TestCase.assertEquals;
|
||||
|
Loading…
x
Reference in New Issue
Block a user