Navigation Menu

Skip to content

Commit

Permalink
minor: cleans up unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Edwin Shin committed May 24, 2013
1 parent e1fcf65 commit 3f6a869
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Expand Up @@ -9,7 +9,6 @@

import java.util.List;

import javax.jcr.Node;
import javax.jcr.RepositoryException;
import javax.jcr.Session;
import javax.servlet.http.HttpServletRequest;
Expand Down
Expand Up @@ -13,14 +13,13 @@
import javax.jcr.RepositoryException;
import javax.ws.rs.WebApplicationException;

import com.hp.hpl.jena.query.DatasetFactory;
import org.junit.Test;
import org.slf4j.Logger;

import com.hp.hpl.jena.graph.Graph;
import com.hp.hpl.jena.graph.Triple;
import com.hp.hpl.jena.mem.GraphMem;
import com.hp.hpl.jena.sparql.core.DatasetImpl;
import com.hp.hpl.jena.query.DatasetFactory;
import com.hp.hpl.jena.sparql.modify.GraphStoreBasic;
import com.hp.hpl.jena.update.GraphStore;

Expand Down

0 comments on commit 3f6a869

Please sign in to comment.