Fix reference to Hitch-Hiker's Guide (#23410)
This commit is contained in:
parent
13a3f992da
commit
c0e90a0e70
1 changed files with 2 additions and 2 deletions
|
|
@ -34,12 +34,12 @@ class SharedMutableStateDocSpec {
|
||||||
|
|
||||||
def expensiveCalculation(actorRef: ActorRef): String = {
|
def expensiveCalculation(actorRef: ActorRef): String = {
|
||||||
// this is a very costly operation
|
// this is a very costly operation
|
||||||
"Meaning of live is 42"
|
"Meaning of life is 42"
|
||||||
}
|
}
|
||||||
|
|
||||||
def expensiveCalculation(): String = {
|
def expensiveCalculation(): String = {
|
||||||
// this is a very costly operation
|
// this is a very costly operation
|
||||||
"Meaning of live is 42"
|
"Meaning of life is 42"
|
||||||
}
|
}
|
||||||
|
|
||||||
def receive = {
|
def receive = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue