From 3ee719a30a142b6492be97f85a234422cbb14b9a Mon Sep 17 00:00:00 2001 From: Jason Zaugg Date: Tue, 11 Sep 2012 07:31:14 +0200 Subject: Pull request feedback --- src/library/scala/deprecatedInheritance.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/library/scala/deprecatedInheritance.scala b/src/library/scala/deprecatedInheritance.scala index 4dd847c7b2..ca1b586223 100644 --- a/src/library/scala/deprecatedInheritance.scala +++ b/src/library/scala/deprecatedInheritance.scala @@ -16,7 +16,7 @@ package scala * @param message the message to print during compilation if the class was sub-classed * @param since a string identifying the first version in which inheritance was deprecated * @since 2.10 - * @see [[scala.deprecatedInheritance]] + * @see [[scala.deprecatedOverriding]] */ private[scala] // for now, this needs to be generalized to communicate other modifier deltas class deprecatedInheritance(message: String = "", since: String = "") extends annotation.StaticAnnotation -- cgit v1.2.3