Update transactor docs and switch to compiled examples

This commit is contained in:
Peter Vlugter 2011-12-21 21:32:20 +13:00
parent 45527ec007
commit 2a5fc8e202
18 changed files with 768 additions and 651 deletions

View file

@ -0,0 +1,11 @@
/**
* Copyright (C) 2009-2011 Typesafe Inc. <http://www.typesafe.com>
*/
package akka.docs.transactor
import org.scalatest.junit.JUnitWrapperSuite
class TransactorDocJavaSpec extends JUnitWrapperSuite(
"akka.docs.transactor.TransactorDocTest",
Thread.currentThread.getContextClassLoader)