Skip to content

Commit

Permalink
Merge pull request #507 from agoncal/patch-2
Browse files Browse the repository at this point in the history
Getting rid of import javax.ws.rs.*
  • Loading branch information
gastaldi committed Sep 27, 2014
2 parents b4ffa46 + 5b8b108 commit f870dfd
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import javax.persistence.NoResultException;
import javax.persistence.OptimisticLockException;
import javax.persistence.PersistenceContext;
import javax.persistence.TypedQuery;
import javax.ws.rs.*;
import javax.ws.rs.core.Response;
import javax.ws.rs.core.Response.Status;
import javax.ws.rs.core.UriBuilder;
Expand Down Expand Up @@ -92,4 +91,4 @@ public class ${entityTable}Endpoint

return Response.noContent().build();
}
}
}

0 comments on commit f870dfd

Please sign in to comment.