summaryrefslogtreecommitdiff
path: root/test/files/presentation/akka/src/pi.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/presentation/akka/src/pi.scala')
-rw-r--r--test/files/presentation/akka/src/pi.scala4
1 files changed, 2 insertions, 2 deletions
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
+}