Fixed javadoc layout.

This commit is contained in:
Alexey Zinchenko 2022-05-02 22:35:52 +03:00
parent 5e4b34632e
commit 2d81dadfad

View File

@ -44,8 +44,8 @@ import java.util.List;
/**
* Official API response documentation:
* <ul>
* <li></li><a href="https://openweathermap.org/api/one-call-api#parameter">https://openweathermap.org/api/one-call-api#parameter</a></li>
* <li></li><a href="https://openweathermap.org/api/one-call-api#hist_parameter">https://openweathermap.org/api/one-call-api#hist_parameter</a></li>
* <li><a href="https://openweathermap.org/api/one-call-api#parameter">https://openweathermap.org/api/one-call-api#parameter</a></li>
* <li><a href="https://openweathermap.org/api/one-call-api#hist_parameter">https://openweathermap.org/api/one-call-api#hist_parameter</a></li>
* </ul>
*/
public class OneCallWeatherResponseMapper extends AbstractMapper {