Skip to content

Commit

Permalink
* reorganized imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Klemens Burchardi committed Oct 20, 2011
1 parent 655cf40 commit 224fc18
Showing 1 changed file with 7 additions and 16 deletions.
Expand Up @@ -19,29 +19,20 @@
*/
package org.neo4j.rest.graphdb;

import static java.util.Arrays.asList;
import static org.junit.Assert.*;

import java.util.Collection;
import java.util.Collections;
import java.util.HashMap;
import java.util.Iterator;
import java.util.Map;
import java.util.Vector;

import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.neo4j.graphdb.Node;
import org.neo4j.graphdb.RelationshipType;
import org.neo4j.graphdb.index.Index;
import org.neo4j.graphdb.index.IndexHits;
import org.neo4j.graphdb.index.IndexManager;
import org.neo4j.helpers.collection.IteratorUtil;
import org.neo4j.helpers.collection.MapUtil;
import org.neo4j.rest.graphdb.MatrixDataGraph.RelTypes;
import org.neo4j.rest.graphdb.query.RestCypherQueryEngine;
import org.neo4j.rest.graphdb.util.QueryResult;

import java.util.Collection;
import java.util.Map;

import static java.util.Arrays.asList;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;


public class RestCypherQueryEngineTest extends RestTestBase {
Expand Down

0 comments on commit 224fc18

Please sign in to comment.