summaryrefslogtreecommitdiff
path: root/src/library/scala/deprecatedInheritance.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/library/scala/deprecatedInheritance.scala')
-rw-r--r--src/library/scala/deprecatedInheritance.scala3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/library/scala/deprecatedInheritance.scala b/src/library/scala/deprecatedInheritance.scala
index 70065560b1..7d20219d4d 100644
--- a/src/library/scala/deprecatedInheritance.scala
+++ b/src/library/scala/deprecatedInheritance.scala
@@ -11,7 +11,8 @@ package scala
/** An annotation that designates that inheriting from a class is deprecated.
*
* This is usually done to warn about a non-final class being made final in a future version.
- * Sub-classing such a class then generates a warning.
+ * Sub-classing such a class then generates a warning. No warnings are generated if the
+ * subclass is in the same compilation unit.
*
* @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