Add TODO about PropertyUserStore.setConfig(String)
This commit is contained in:
parent
cd375d2835
commit
4af68620ae
|
@ -74,6 +74,7 @@ public class PropertyUserStore extends UserStore implements PathWatcher.Listener
|
|||
* Set the Config Path from a String reference to a file
|
||||
*
|
||||
* @param config the config file
|
||||
* TODO: reintroduce setConfig(String) and internal ResourceFactory usage
|
||||
*/
|
||||
public void setConfig(Resource config)
|
||||
{
|
||||
|
|
|
@ -74,6 +74,7 @@ public class PropertyUserStore extends UserStore implements PathWatcher.Listener
|
|||
* Set the Config Path from a String reference to a file
|
||||
*
|
||||
* @param config the config file
|
||||
* TODO: reintroduce setConfig(String) and internal ResourceFactory usage
|
||||
*/
|
||||
public void setConfig(Resource config)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue