+per #3906 use AbstractActor for Java8 Persistence

- also rename and link doc chapter
This commit is contained in:
Roland Kuhn 2014-03-04 16:09:52 +01:00
parent a0a541eda7
commit 8a0a6d9e13
5 changed files with 8 additions and 6 deletions

View file

@ -444,4 +444,4 @@ abstract class UntypedProcessor extends UntypedActor with Processor
* @see [[Recover]]
* @see [[PersistentBatch]]
*/
abstract class AbstractProcessor extends Processor
abstract class AbstractProcessor extends AbstractActor with Processor