+str #16610 minor fixes

This commit is contained in:
Gilad Hoch 2016-01-20 19:29:50 +02:00
parent fde0c11fff
commit 7e488001cc
3 changed files with 9 additions and 5 deletions

View file

@ -21,7 +21,7 @@ private[akka] object ConstantFun {
def scalaIdentityFunction[T]: T T = conforms
def returnZero[T](t: T): Long = 0L
val zeroLong = (_: Any) 0L
def returnOne[T](t: T): Long = 1L
val oneLong = (_: Any) 1L
}