Fixed documentation code snippet.

This commit is contained in:
Alexey Zinchenko 2021-03-26 00:50:37 +03:00
parent 64e02cd7a8
commit cd8209e677

View File

@ -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()