Package reorganizations. Small refactoring.

This commit is contained in:
2021-03-20 23:48:57 +03:00
parent 2c54375cfe
commit 10ba59652b
27 changed files with 91 additions and 69 deletions
@@ -22,7 +22,7 @@
package com.github.prominence.openweathermap.api;
import com.github.prominence.openweathermap.api.impl.OpenWeatherMapClient;
import com.github.prominence.openweathermap.api.request.OpenWeatherMapClient;
import org.junit.BeforeClass;
public class ApiTest {