From f712d68ea69551ff745caffce04159bc140bcedc Mon Sep 17 00:00:00 2001 From: Janek Bogucki Date: Mon, 20 Jul 2015 18:40:04 +0100 Subject: Align noTraceSuppression val names to system property name For vals based on the scala.control.noTraceSuppression system property align the val name to the property name. Deprecate the existing val. --- test/disabled/run/applet-prop.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/disabled/run') diff --git a/test/disabled/run/applet-prop.scala b/test/disabled/run/applet-prop.scala index 9c29dfd979..7a98c25cab 100644 --- a/test/disabled/run/applet-prop.scala +++ b/test/disabled/run/applet-prop.scala @@ -8,7 +8,7 @@ class S extends javax.swing.JApplet { object Test extends SecurityTest { val s = new S - // lazy val TestKey = sys.SystemProperties.noTraceSupression.key + // lazy val TestKey = sys.SystemProperties.noTraceSuppression.key // def hitPerm() = new Throwable with scala.util.control.ControlThrowable { } // // var throwing = false -- cgit v1.2.3