Fix reloading.

This commit is contained in:
md_5
2013-02-10 21:08:41 +11:00
parent c5e15697a4
commit da9c41ae66
3 changed files with 8 additions and 12 deletions

View File

@@ -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.
*