From b7781f0d875ea3a9e9b94d0344b806702680aeb9 Mon Sep 17 00:00:00 2001 From: Aleksandar Pokopec Date: Tue, 18 May 2010 22:01:08 +0000 Subject: Changed migration annotation to deprecated. --- src/library/scala/math/BigDecimal.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/library/scala/math/BigDecimal.scala b/src/library/scala/math/BigDecimal.scala index 90ad43fe7f..aa238914a1 100644 --- a/src/library/scala/math/BigDecimal.scala +++ b/src/library/scala/math/BigDecimal.scala @@ -249,7 +249,7 @@ extends ScalaNumber with ScalaNumericConversions /** Remainder after dividing this by that. */ - @migration(2, 8, "As of 2.8, the prefered way to calculate division remainder is to use method `%`.") + @deprecated("As of 2.8, the prefered way to calculate division remainder is to use method `%`.") def remainder (that: BigDecimal): BigDecimal = this.bigDecimal.remainder(that.bigDecimal, mc) /** Remainder after dividing this by that. -- cgit v1.2.3