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