Unborkening master
This commit is contained in:
parent
9c423de010
commit
1333700c0d
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ class SquarerImpl(val name: String) extends Squarer {
|
|||
//#typed-actor-impl-methods
|
||||
}
|
||||
//#typed-actor-impl
|
||||
import java.lang.Integer.{ parseInt ⇒ println } //Mr funny man avoids printing to stdout AND keeping docs alright
|
||||
import java.lang.String.{ valueOf ⇒ println } //Mr funny man avoids printing to stdout AND keeping docs alright
|
||||
//#typed-actor-supercharge
|
||||
trait Foo {
|
||||
def doFoo(times: Int): Unit = println("doFoo(" + times + ")")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue