mirror of
https://github.com/Prominence/openweathermap-java-api.git
synced 2026-07-02 18:56:46 +03:00
Fixed documentation code snippet.
This commit is contained in:
@@ -79,7 +79,7 @@ final Weather weather = openWeatherClient
|
||||
final List<Weather> weatherList = openWeatherClient
|
||||
.currentWeather()
|
||||
.multiple()
|
||||
.byCitiesInCycle(Coordinate.forValues(55.5, 37.5))
|
||||
.byCitiesInCycle(Coordinate.withValues(55.5, 37.5))
|
||||
.language(Language.GERMAN)
|
||||
.unitSystem(UnitSystem.IMPERIAL)
|
||||
.retrieve()
|
||||
|
||||
Reference in New Issue
Block a user