Updated documentation to reference new server config file type

This commit is contained in:
Harris Hackett
2022-02-09 06:52:36 +00:00
committed by Ryan
parent 14528411a7
commit 4390372879
2 changed files with 4 additions and 4 deletions
@@ -7,7 +7,7 @@ import java.io.FileReader
import kotlin.system.exitProcess
/**
* Class for parsing the server config, I.E default.json
* Class for parsing the server config, I.E default.conf
* @param path the path to the JSON file to parse.
* @author Ceikry
*/
@@ -68,4 +68,4 @@ class ManagementConfigParser(path: String) {
return pathProduct
}
}
}