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 {
|
||||
|
||||
|
||||
@Override
|
||||
double yAxisProjection(double input) {
|
||||
|
||||
|
|
|
@ -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…
Reference in New Issue