Skip to content

Commit

Permalink
Cleans up some unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Edwin Shin committed May 30, 2013
1 parent 4d0c181 commit 96bb703
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Expand Up @@ -2,7 +2,6 @@
package org.fcrepo;

import static javax.ws.rs.core.MediaType.APPLICATION_OCTET_STREAM_TYPE;
import static javax.ws.rs.core.Response.noContent;
import static org.slf4j.LoggerFactory.getLogger;

import java.io.IOException;
Expand All @@ -17,7 +16,6 @@
import javax.ws.rs.core.Context;
import javax.ws.rs.core.MediaType;
import javax.ws.rs.core.PathSegment;
import javax.ws.rs.core.Response;
import javax.ws.rs.core.SecurityContext;
import javax.ws.rs.core.UriInfo;

Expand Down
Expand Up @@ -21,7 +21,6 @@
import org.springframework.stereotype.Component;

import com.hp.hpl.jena.query.Dataset;
import com.hp.hpl.jena.sparql.modify.GraphStoreBasic;

@Provider
@Component
Expand Down

0 comments on commit 96bb703

Please sign in to comment.