|
|
|
@ -92,6 +92,7 @@ public final class Configuration
|
|
|
|
|
* @param key Key to research
|
|
|
|
|
* @return `true` if the key exists, `false` otherwise
|
|
|
|
|
*/
|
|
|
|
|
@SuppressWarnings("BooleanMethodIsAlwaysInverted")
|
|
|
|
|
public static boolean exists(String section, String key)
|
|
|
|
|
{
|
|
|
|
|
return (datastore.get(section, key) != null);
|
|
|
|
|