The work! The progress!
[tripe-android] / keys.scala
index bdbede9..9108b38 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 =>