Fix reloading.
This commit is contained in:
@@ -10,6 +10,12 @@ import java.util.Map;
|
||||
public interface ConfigurationAdapter
|
||||
{
|
||||
|
||||
/**
|
||||
* Reload all the possible values, and if necessary cache them for
|
||||
* individual getting.
|
||||
*/
|
||||
public void load();
|
||||
|
||||
/**
|
||||
* Gets an integer from the specified path.
|
||||
*
|
||||
|
Reference in New Issue
Block a user