=sam #15028 Change reference from java file to scala file

This commit is contained in:
Katherine Fellows 2014-04-19 17:42:08 -07:00
parent 83ae7c0e79
commit 8ff317a79e

View file

@ -48,7 +48,7 @@ Open <a href="#code/src/main/scala/sample/cluster/simple/SimpleClusterApp.scala"
The small program together with its configuration starts an ActorSystem with the Cluster enabled.
It joins the cluster and starts an actor that logs some membership events.
Take a look at the
<a href="#code/src/main/java/sample/cluster/simple/SimpleClusterListener.java" class="shortcut">SimpleClusterListener.java</a>
<a href="#code/src/main/scala/sample/cluster/simple/SimpleClusterListener.scala" class="shortcut">SimpleClusterListener.scala</a>
actor.
</p>