79175777

Date: 2024-11-10 20:51:00
Score: 0.5
Natty:
Report link

Your WeatherRepository method getWeather(city) should return just String. And fetchWeatherDate(city) method should look like:

public void fetchWeatherData(String city) {
    String weatherString = repository.getWeather(city);
    weatherResult.setValue(weatherString);
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: iramm