Skip to content

Commit

Permalink
stop lying about having a TEXT_HTML representation for describe
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer committed May 6, 2013
1 parent d2acfc8 commit ce22135
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -58,7 +58,7 @@ public class FedoraNodes extends AbstractResource {
private LowLevelStorageService llStoreService;

@GET
@Produces({TEXT_XML, APPLICATION_JSON, TEXT_HTML})
@Produces({TEXT_XML, APPLICATION_JSON})
public Response describe(@PathParam("path")
final List<PathSegment> pathList) throws RepositoryException, IOException {

Expand Down

0 comments on commit ce22135

Please sign in to comment.