Fixed description.
This commit is contained in:
parent
8ac439d047
commit
492bf96e02
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
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));
|
final OpenWeatherMap owm = new OpenWeatherMap(properties.get(OWM_API_KEY_PROP));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue