DOC: Update Future (Java) Chapter. See #1487

This commit is contained in:
Patrik Nordwall 2011-12-15 22:31:12 +01:00
parent 3b6c3e28d3
commit da24cb03fd
4 changed files with 360 additions and 187 deletions

View file

@ -0,0 +1,5 @@
package akka.docs.future
import org.scalatest.junit.JUnitSuite
class FutureDocTest extends FutureDocTestBase with JUnitSuite