Move extraction tests to more reasonable package

This commit is contained in:
Charles Allen 2015-07-01 09:51:38 -07:00
parent f2919b98b1
commit 7a2a8a3d6e
5 changed files with 5 additions and 5 deletions

View File

@ -15,7 +15,7 @@
* limitations under the License.
*/
package io.druid.query.extraction.extraction;
package io.druid.query.extraction;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.google.common.collect.Iterators;

View File

@ -15,7 +15,7 @@
* limitations under the License.
*/
package io.druid.query.extraction.extraction;
package io.druid.query.extraction;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.google.common.collect.Sets;

View File

@ -15,7 +15,7 @@
* limitations under the License.
*/
package io.druid.query.extraction.extraction;
package io.druid.query.extraction;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.google.common.collect.Sets;

View File

@ -15,7 +15,7 @@
* limitations under the License.
*/
package io.druid.query.extraction.extraction;
package io.druid.query.extraction;
import com.google.common.collect.Sets;
import io.druid.query.extraction.ExtractionFn;

View File

@ -15,7 +15,7 @@
* limitations under the License.
*/
package io.druid.query.extraction.extraction;
package io.druid.query.extraction;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.google.common.collect.Sets;