Skip to content

Commit

Permalink
remove @consumes annotation from PUT /objects/{pid} to match POST
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer committed Mar 28, 2013
1 parent 9fa6174 commit 8b1ff8e
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -77,7 +77,6 @@ public Response ingestAndMint() throws RepositoryException {
*/
@PUT
@Path("/{pid}")
@Consumes({TEXT_XML, APPLICATION_JSON})
public Response modify(@PathParam("pid")
final String pid) throws RepositoryException {
final Session session = repo.login();
Expand Down

0 comments on commit 8b1ff8e

Please sign in to comment.