Skip to content

Commit 15ef839

Browse files
committed
Merge pull request scala#4827 from soc/SI-6162-public
SI-6162 Make @deprecated{Inheritance,Overriding} public
2 parents 5cb3d4e + 2118ff8 commit 15ef839

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/library/scala/deprecatedInheritance.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,4 @@ package scala
1919
* @since 2.10
2020
* @see [[scala.deprecatedOverriding]]
2121
*/
22-
private[scala] // for now, this needs to be generalized to communicate other modifier deltas
2322
class deprecatedInheritance(message: String = "", since: String = "") extends scala.annotation.StaticAnnotation

src/library/scala/deprecatedOverriding.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,4 @@ package scala
1717
* @since 2.10
1818
* @see [[scala.deprecatedInheritance]]
1919
*/
20-
private[scala] // for the same reasons as deprecatedInheritance
2120
class deprecatedOverriding(message: String = "", since: String = "") extends scala.annotation.StaticAnnotation

0 commit comments

Comments
 (0)