Some Java friendliness for STM

This commit is contained in:
Peter Vlugter 2010-08-16 11:38:39 +12:00
parent 8e48ace976
commit bea8f16264
23 changed files with 611 additions and 122 deletions

View file

@ -0,0 +1,5 @@
package se.scalablesolutions.akka.stm
import org.scalatest.junit.JUnitWrapperSuite
class JavaStmSpec extends JUnitWrapperSuite("se.scalablesolutions.akka.stm.JavaStmTests", Thread.currentThread.getContextClassLoader)