From ac6c76f26d884a94d0c9ff54f055d3f9ab750bac Mon Sep 17 00:00:00 2001 From: Hubert Plociniczak Date: Wed, 2 Nov 2011 06:51:53 -0400 Subject: attempt to bring trunk build to normal state. --- test/files/presentation/akka/src/pi.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/files/presentation/akka/src/pi.scala') diff --git a/test/files/presentation/akka/src/pi.scala b/test/files/presentation/akka/src/pi.scala index f86876ca61..24eba5a013 100644 --- a/test/files/presentation/akka/src/pi.scala +++ b/test/files/presentation/akka/src/pi.scala @@ -33,7 +33,7 @@ object Pi extends App { def receive /*?*/ = { case Work(start, nrOfElements) => - self reply/*#*/ Result(calculatePiFor(start, nrOfElements)) // perform the work + self reply/*#*/ Result(calculatePiFor(start, nrOfElements)) // perform the work // TODO: this currently returns wrong position for the symbol } } @@ -105,4 +105,4 @@ object Pi extends App { // wait for master to shut down latch.await() } -} \ No newline at end of file +} -- cgit v1.2.3