DOC: Formatting issues, see #2723

(cherry picked from commit 15abee84875cdb534056986b9172a38b57d24d92)
This commit is contained in:
Patrik Nordwall 2012-11-20 17:18:37 +01:00
parent 6a348e3c76
commit b06b0fa087
13 changed files with 56 additions and 30 deletions

View file

@ -29,7 +29,8 @@ object ZeromqDocSpec {
class HealthProbe extends Actor {
val pubSocket = ZeroMQExtension(context.system).newSocket(SocketType.Pub, Bind("tcp://127.0.0.1:1235"))
val pubSocket = ZeroMQExtension(context.system).newSocket(SocketType.Pub,
Bind("tcp://127.0.0.1:1235"))
val memory = ManagementFactory.getMemoryMXBean
val os = ManagementFactory.getOperatingSystemMXBean
val ser = SerializationExtension(context.system)