Update querydsl-scala/src/main/scala/com/mysema/query/scala/Expressions.scala

This commit is contained in:
Timo Westkämper 2012-03-13 10:26:37 +02:00
parent f5536948ea
commit c0f87e6d8a

View File

@ -213,7 +213,7 @@ trait NumberExpression[T] extends SimpleExpression[T] {
implicit def numeric: Numeric[T] // to be implemented in classes
type Ex[T] = Expression[T]
type Ex[T] = Expression[T] // TODO : remove
lazy val asc = new OrderSpecifier[java.lang.Double](Order.ASC, this.asInstanceOf[Ex[java.lang.Double]])