From d0014c06bc44d3047949174264a8d3f70c6c565b Mon Sep 17 00:00:00 2001 From: Roland Date: Wed, 19 Sep 2012 14:42:45 +0200 Subject: [PATCH] clarify migration doc re: java samples --- akka-docs/project/migration-guide-2.0.x-2.1.x.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/akka-docs/project/migration-guide-2.0.x-2.1.x.rst b/akka-docs/project/migration-guide-2.0.x-2.1.x.rst index 94f3d65b7f..06393bdc83 100644 --- a/akka-docs/project/migration-guide-2.0.x-2.1.x.rst +++ b/akka-docs/project/migration-guide-2.0.x-2.1.x.rst @@ -392,6 +392,8 @@ The API for setting and querying the receive timeout has been made more consisten in always taking and returning a ``Duration``, the wrapping in ``Option`` has been removed. +(Samples for Java, Scala sources are affected in exactly the same way.) + v2.0:: getContext().setReceiveTimeout(Duration.create(10, SECONDS));