Skip to content

Commit

Permalink
Merge pull request #19030 from akka/ktoso-patch-1
Browse files Browse the repository at this point in the history
=doc fix optimised away imports
  • Loading branch information
ktoso committed Nov 27, 2015
2 parents f1953f9 + e17b02e commit 9e8d771
Showing 1 changed file with 3 additions and 4 deletions.
Expand Up @@ -6,13 +6,10 @@

import akka.actor.*;
import akka.dispatch.Futures;
import akka.persistence.*;
import akka.persistence.japi.journal.JavaJournalSpec;
import akka.persistence.japi.snapshot.JavaSnapshotStoreSpec;
import akka.persistence.journal.japi.AsyncWriteJournal;
import akka.persistence.journal.leveldb.SharedLeveldbJournal;
import akka.persistence.journal.leveldb.SharedLeveldbStore;
import akka.persistence.snapshot.japi.SnapshotStore;
import com.typesafe.config.Config;
import com.typesafe.config.ConfigFactory;
import org.iq80.leveldb.util.FileUtils;
Expand All @@ -25,7 +22,9 @@
import java.util.function.Consumer;

//#plugin-imports

import akka.persistence.*;
import akka.persistence.journal.japi.AsyncWriteJournal;
import akka.persistence.snapshot.japi.SnapshotStore;
//#plugin-imports

public class PersistencePluginDocTest {
Expand Down

0 comments on commit 9e8d771

Please sign in to comment.