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