File tree Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -41,16 +41,9 @@ import scala.annotation.meta._
41
41
* A deprecated element of the Scala language or a definition in the Scala standard library will
42
42
* be preserved at least for the current major version.
43
43
*
44
- * This means that an element deprecated in some 2.12.x release will be preserved in
45
- * all 2.12.x releases, but may be removed in 2.13. (A deprecated element
46
- * might be kept longer to ease migration. Developers should not rely on this.)
47
- *
48
- * '''Special deprecation policy for Scala 2.12'''<br>
49
- * The Scala team has decided to enact a special deprecation policy for Scala 2.12:<br/>
50
- *
51
- * As an upgrade from 2.11 to 2.12 also requires upgrading from Java 6 to Java 8,
52
- * deprecated elements will not normally be removed in this release, to ease migration
53
- * and cross-building.
44
+ * This means that an element deprecated in some 2.13.x release will be preserved in
45
+ * all 2.13.x releases, but may be removed in 2.14. (A deprecated element
46
+ * might be kept longer to ease migration, but developers should not rely on this.)
54
47
*
55
48
* @see The official documentation on [[http://www.scala-lang.org/news/2.11.0/#binary-compatibility binary compatibility ]].
56
49
* @param message the message to print during compilation if the definition is accessed
You can’t perform that action at this time.
0 commit comments