summaryrefslogtreecommitdiff
path: root/src/library
diff options
context:
space:
mode:
authorAdriaan Moors <adriaan.moors@typesafe.com>2013-02-01 09:54:14 -0800
committerAdriaan Moors <adriaan.moors@typesafe.com>2013-02-01 09:54:14 -0800
commitb403234a27518f35acc360bfa0333b00fdc85175 (patch)
tree664e511a5d2dea694a1e538eb5ef682b3d03ae32 /src/library
parentadf51eef7698ba389392f934ddd8668cc33b15dc (diff)
parent1de399d3c655807465c6369f77d08e57743e7eaa (diff)
downloadscala-b403234a27518f35acc360bfa0333b00fdc85175.tar.gz
scala-b403234a27518f35acc360bfa0333b00fdc85175.tar.bz2
scala-b403234a27518f35acc360bfa0333b00fdc85175.zip
Merge pull request #1998 from JamesIry/2.10.x_6963_2
SI-6963 Add version to -Xmigration
Diffstat (limited to 'src/library')
-rw-r--r--src/library/scala/annotation/migration.scala3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/library/scala/annotation/migration.scala b/src/library/scala/annotation/migration.scala
index 49fea9434c..adb6de6afd 100644
--- a/src/library/scala/annotation/migration.scala
+++ b/src/library/scala/annotation/migration.scala
@@ -17,7 +17,8 @@ package scala.annotation
* order between Scala 2.7 and 2.8.
*
* @param message A message describing the change, which is emitted
- * by the compiler if the flag `-Xmigration` is set.
+ * by the compiler if the flag `-Xmigration` indicates a version
+ * prior to the changedIn version.
*
* @param changedIn The version, in which the behaviour change was
* introduced.