Minor fix

This commit is contained in:
Grigorios Dimopoulos 2018-10-31 12:16:55 +02:00
parent a32911077f
commit eefac3911d
3 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
package com.mercator;
package com.baeldung.algorithms.mercator;
class EllipticalMercator extends Mercator {
@Override
double yAxisProjection(double input) {

View File

@ -1,4 +1,4 @@
package com.mercator;
package com.baeldung.algorithms.mercator;
import org.junit.Test;

View File

@ -1,4 +1,4 @@
package com.mercator;
package com.baeldung.algorithms.mercator;
import org.junit.Test;
import static junit.framework.TestCase.assertEquals;