Commit 6a0004dd by Suma Shivaprasad

Fixed review comment

parent 635c51d6
......@@ -281,7 +281,7 @@ public class EntityResource {
* @param traitName name of the trait
*/
@DELETE
@Path("{guid}/trait/{traitName}")
@Path("{guid}/traits/{traitName}")
@Consumes(MediaType.APPLICATION_JSON)
@Produces(MediaType.APPLICATION_JSON)
public Response deleteTrait(@Context HttpServletRequest request,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment