add Java FSM example and reST, see #1428

This commit is contained in:
Roland 2012-01-24 10:45:18 +01:00
parent ee5ae1068b
commit 6afed30d43
6 changed files with 272 additions and 9 deletions

View file

@ -0,0 +1,8 @@
/**
* Copyright (C) 2009-2012 Typesafe Inc. <http://www.typesafe.com>
*/
package akka.docs.actor
import org.scalatest.junit.JUnitSuite
class FSMDocTest extends FSMDocTestBase with JUnitSuite