summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/library/scala/MathCommon.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library/scala/MathCommon.scala b/src/library/scala/MathCommon.scala
index 480f7e1913..9b4727b7c7 100644
--- a/src/library/scala/MathCommon.scala
+++ b/src/library/scala/MathCommon.scala
@@ -13,7 +13,7 @@ package scala
/** Common code between the deprecated scala.Math object and
* the scala.math package object.
*/
-private[scala] trait MathCommon {
+private[scala] class MathCommon {
/** The <code>double</code> value that is closer than any other to
* <code>e</code>, the base of the natural logarithms.
*/