Skip to content

Commit

Permalink
Getting rid of import javax.ws.rs.*
Browse files Browse the repository at this point in the history
Getting rid of import javax.ws.rs.*; as it is not needed and Roaster doesn't like to have '*' in imports
  • Loading branch information
agoncal committed Sep 27, 2014
1 parent 908bfb2 commit 5b8b108
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 5b8b108

Please sign in to comment.