Skip to content

Commit

Permalink
Unused imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
nawroth committed Jul 9, 2012
1 parent 6c827d5 commit c88346b
Showing 1 changed file with 0 additions and 7 deletions.
Expand Up @@ -23,19 +23,13 @@
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertThat;
import static org.junit.Assert.assertTrue;
import static org.neo4j.helpers.collection.MapUtil.map;

import java.util.List;
import java.util.Map;

import junit.framework.Assert;
import org.json.JSONException;
import org.junit.Ignore;
import org.junit.Test;
import org.neo4j.cypher.ParameterWrongTypeException;
import org.neo4j.cypher.javacompat.ExecutionEngine;
import org.neo4j.graphdb.Node;
import org.neo4j.graphdb.Transaction;
import org.neo4j.kernel.impl.annotations.Documented;
import org.neo4j.server.rest.domain.JsonHelper;
import org.neo4j.server.rest.domain.JsonParseException;
Expand All @@ -44,7 +38,6 @@

import com.sun.jersey.api.client.ClientHandlerException;
import com.sun.jersey.api.client.UniformInterfaceException;
import org.neo4j.test.ImpermanentGraphDatabase;

public class BatchOperationFunctionalTest extends AbstractRestFunctionalTestBase
{
Expand Down

0 comments on commit c88346b

Please sign in to comment.