add comment

This commit is contained in:
zzz
2009-08-08 18:53:26 +00:00
parent 4cf376ec1d
commit 536bc3112f

View File

@ -17,6 +17,10 @@ import java.util.Properties;
/**
* Simple config file handler.
*
* Warning - browser needs double quotes and double backslashes on Windows
* e.g.
* browser="C:\\Program Files\\Mozilla Firefox\\firefox.exe"
*
* @author hypercubus
*/
public class ConfigFile {