Skip to content

Commit

Permalink
Change collectionManager from default to OrientDB
Browse files Browse the repository at this point in the history
  • Loading branch information
furlaneto committed Feb 13, 2018
1 parent 4302ffd commit 80870ce
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

import org.jnosql.diana.api.document.Document;
import org.jnosql.diana.api.document.DocumentCollectionManager;
import org.jnosql.diana.api.document.DocumentCollectionManagerAsync;
import org.jnosql.diana.api.document.DocumentDeleteQuery;
import org.jnosql.diana.api.document.DocumentEntity;
import org.jnosql.diana.api.document.DocumentQuery;
Expand Down Expand Up @@ -49,7 +48,7 @@ public class OrientDBDocumentCollectionManagerAsyncTest {

public static final String COLLECTION_NAME = "person";

private DocumentCollectionManagerAsync entityManagerAsync;
private OrientDBDocumentCollectionManagerAsync entityManagerAsync;

private DocumentCollectionManager entityManager;

Expand Down

0 comments on commit 80870ce

Please sign in to comment.