Cleanup.
This commit is contained in:
parent
316061e69b
commit
7c724db67e
3 changed files with 6 additions and 5 deletions
|
@ -46,9 +46,7 @@ import java.text.DecimalFormat;
|
|||
* @since 1.0
|
||||
*/
|
||||
public class Calc extends AbstractModule {
|
||||
/**
|
||||
* The Calc command.
|
||||
*/
|
||||
// The Calc command.
|
||||
private static final String CALC_CMD = "calc";
|
||||
|
||||
/**
|
||||
|
|
|
@ -60,8 +60,11 @@ import java.util.TreeMap;
|
|||
* @since 1.0
|
||||
*/
|
||||
public final class CurrencyConverter extends ThreadedModule {
|
||||
// The rates keyword.
|
||||
/**
|
||||
* The rates keyword.
|
||||
*/
|
||||
static final String CURRENCY_RATES_KEYWORD = "rates";
|
||||
|
||||
// The currency command.
|
||||
private static final String CURRENCY_CMD = "currency";
|
||||
// The exchange rates.
|
||||
|
|
|
@ -59,7 +59,7 @@ public class Weather2 extends ThreadedModule {
|
|||
/**
|
||||
* The OpenWeatherMap API Key property.
|
||||
*/
|
||||
public static final String OWM_API_KEY_PROP = "owm-api-key";
|
||||
static final String OWM_API_KEY_PROP = "owm-api-key";
|
||||
|
||||
// The weather command.
|
||||
private static final String WEATHER_CMD = "weather";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue