Add TODO about PropertyUserStore.setConfig(String)

This commit is contained in:
Joakim Erdfelt 2022-08-05 10:17:52 -05:00
parent cd375d2835
commit 4af68620ae
No known key found for this signature in database
GPG Key ID: 2D0E1FB8FE4B68B4
2 changed files with 2 additions and 0 deletions

View File

@ -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)
{

View File

@ -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)
{