Skip to content
This repository has been archived by the owner on Jul 8, 2020. It is now read-only.

Commit

Permalink
replace adapter to new package
Browse files Browse the repository at this point in the history
fix import
  • Loading branch information
PavelAlennikov committed Aug 2, 2018
1 parent b846ded commit 950cfa6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package ru.sbtqa.tag.datajack.adaptors;
package ru.sbtqa.tag.datajack.adaptors.properties;

import com.mongodb.BasicDBObject;
import java.io.File;
Expand All @@ -11,6 +11,7 @@
import org.slf4j.LoggerFactory;
import pl.jalokim.propertiestojson.util.PropertiesToJsonConverter;
import ru.sbtqa.tag.datajack.TestDataObject;
import ru.sbtqa.tag.datajack.adaptors.json.JsonDataObjectAdaptor;
import ru.sbtqa.tag.datajack.exceptions.CollectionNotfoundException;
import ru.sbtqa.tag.datajack.exceptions.DataException;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package ru.sbtqa.tag.datajack.adaptors;
package ru.sbtqa.tag.datajack.adaptors.properties;

import com.mongodb.BasicDBObject;
import org.junit.Before;
Expand Down

0 comments on commit 950cfa6

Please sign in to comment.