Merge paradox/scala/agents.md and java/agents.md (#23080)

This commit is contained in:
Richard Imaoka 2017-06-02 18:30:05 +09:00 committed by Arnout Engelen
parent 4bdccd416f
commit fb3e42f2e8
3 changed files with 54 additions and 112 deletions

View file

@ -32,6 +32,7 @@ class AgentDocSpec extends AkkaSpec {
}
{
//#read-get
// Or by using the get method:
val result = agent.get
//#read-get
result should be(0)