chiark / gitweb /
The work! The progress!
[tripe-android] / keys.scala
index bdbede98b887675066805be0e340e1df69cb51b1..9108b38aca701f2bb28ecb356f2b07e494f3d616 100644 (file)
@@ -123,7 +123,7 @@ private val DEFAULTS: Seq[(String, Config => String)] =
 private def parseConfig(file: File): HashMap[String, String] = {
 
   /* Build the new configuration in a temporary place. */
-  var m = HashMap[String, String]();
+  val m = HashMap[String, String]();
 
   /* Read the config file into our map. */
   file.withReader { in =>