summaryrefslogtreecommitdiff
path: root/src/build/genprod.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/build/genprod.scala')
-rw-r--r--src/build/genprod.scala3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/build/genprod.scala b/src/build/genprod.scala
index 2b0cad8ce0..8abbe2d77b 100644
--- a/src/build/genprod.scala
+++ b/src/build/genprod.scala
@@ -306,8 +306,6 @@ class Product(val i: Int) extends Group("Product") with Arity
def apply() = {
<file name={fileName}>{header}
-import Predef._
-
object {className} {{
def unapply{invariantArgs}(x: {className}{invariantArgs}): Option[{className}{invariantArgs}] =
Some(x)
@@ -315,6 +313,7 @@ object {className} {{
/** {className} is a cartesian product of {i} component{s}.
* {descriptiveComment}
+ * @since 2.3
*/
trait {className}{covariantArgs} extends Product {{
/**