Fixed description.

This commit is contained in:
Erik C. Thauvin 2017-04-08 18:50:26 -07:00
parent 8ac439d047
commit 492bf96e02

View file

@ -102,7 +102,7 @@ public class Weather2 extends AbstractModule {
}
/**
* Fetches the weather data from a specific country.
* Fetches the weather data from a specific city.
*/
private void run(final Mobibot bot, final String sender, final String args, final boolean isPrivate) {
final OpenWeatherMap owm = new OpenWeatherMap(properties.get(OWM_API_KEY_PROP));