Updated comment to reflect file being checked

git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@12040 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Mike McMahon
2011-02-26 17:55:49 +00:00
committed by mikemcmahon
parent fc04438e7c
commit 5cd3a886c3

View File

@ -139,7 +139,7 @@ public class SettingsManager {
/**
* Return true if the settings file exists.
*
* @return true if the settings file exists.('settings.xml')
* @return true if the settings file exists.('spark.properties')
*/
public static boolean exists() {
return getSettingsFile().exists();