summaryrefslogtreecommitdiff
path: root/src/library
diff options
context:
space:
mode:
authorJosh Suereth <Joshua.Suereth@gmail.com>2012-10-10 06:50:47 -0700
committerJosh Suereth <Joshua.Suereth@gmail.com>2012-10-10 06:50:47 -0700
commita3f30b567caa1437a6005b51e1c9b7b988704bdb (patch)
tree0c87eaa01487e13b82e12df8dd850c79963c2dde /src/library
parent36e56bca7f96eca3c7c11118aada32b5f37621c0 (diff)
parent4c7127d9acb1e0bae6f14a6b40019a535d057112 (diff)
downloadscala-a3f30b567caa1437a6005b51e1c9b7b988704bdb.tar.gz
scala-a3f30b567caa1437a6005b51e1c9b7b988704bdb.tar.bz2
scala-a3f30b567caa1437a6005b51e1c9b7b988704bdb.zip
Merge pull request #1488 from dotta/topic/deprecated-instrumentation-api
Deprecated instrumentation API
Diffstat (limited to 'src/library')
-rw-r--r--src/library/scala/runtime/WorksheetSupport.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/library/scala/runtime/WorksheetSupport.scala b/src/library/scala/runtime/WorksheetSupport.scala
index a003bba034..016a0d04e0 100644
--- a/src/library/scala/runtime/WorksheetSupport.scala
+++ b/src/library/scala/runtime/WorksheetSupport.scala
@@ -4,6 +4,7 @@ import scala.runtime.ScalaRunTime.stringOf
/** A utility object that's needed by the code that executes a worksheet.
*/
+@deprecated("SI-6458: Instrumentation logic will be moved out of the compiler.","2.10.0")
object WorksheetSupport {
/** The offset in the source which should be printed */