Skip to content

Commit 065591e

Browse files
authored
Merge pull request scala#7173 from hrhino/topic/nothing-special
remove "special deprecation policy for 2.12" now that it's passé
2 parents afd41fd + 5e95596 commit 065591e

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

src/library/scala/deprecated.scala

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,9 @@ import scala.annotation.meta._
4141
* A deprecated element of the Scala language or a definition in the Scala standard library will
4242
* be preserved at least for the current major version.
4343
*
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.)
5447
*
5548
* @see The official documentation on [[http://www.scala-lang.org/news/2.11.0/#binary-compatibility binary compatibility]].
5649
* @param message the message to print during compilation if the definition is accessed

0 commit comments

Comments
 (0)