From f80801c67545a28f61abd1a36a5ef8b5bc337d87 Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Wed, 16 Mar 2011 06:31:59 +0000 Subject: Deprecation patrol. warnings due to my changing a map from mutable to immutable (which ought to be the good direction) because "def update" still lingers on immutable maps. I counted the days elapsed since it was marked for death (before 2.8.0) and added in the bugliness of what I was looking at and bid it farewell. Now removed: def update on immutable maps. No review. --- src/partest/scala/tools/partest/utils/Properties.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/partest') diff --git a/src/partest/scala/tools/partest/utils/Properties.scala b/src/partest/scala/tools/partest/utils/Properties.scala index 8312d8fde6..b8a6ec8007 100644 --- a/src/partest/scala/tools/partest/utils/Properties.scala +++ b/src/partest/scala/tools/partest/utils/Properties.scala @@ -13,5 +13,5 @@ package utils /** Loads partest.properties from the jar. */ object Properties extends scala.util.PropertiesTrait { protected def propCategory = "partest" - protected def pickJarBasedOn = classOf[Application] + protected def pickJarBasedOn = classOf[nest.Worker] } -- cgit v1.2.3