Skip to content
This repository has been archived by the owner on Apr 8, 2019. It is now read-only.

Commit

Permalink
Remove custom logic for read-config operation.
Browse files Browse the repository at this point in the history
  • Loading branch information
nscavell committed Apr 1, 2013
1 parent e4dfe93 commit de56d69
Showing 1 changed file with 0 additions and 4 deletions.
Expand Up @@ -73,10 +73,6 @@ public Resource(UriInfo uriInfo, ReadResourceModel readResource)
{
link = new LinkBuilder(uriBuilder).rel("self").build();
}
else if (operationDescribed.getName().equals(OperationNames.READ_CONFIG))
{
link = new LinkBuilder(uriBuilder).rel("content").replaceQuery("").build();
}
else if (operationDescribed.getName().equals(OperationNames.EXPORT_RESOURCE))
{
link = new LinkBuilder(uriBuilder)
Expand Down

0 comments on commit de56d69

Please sign in to comment.