This commit is contained in:
Athou
2013-06-05 16:42:52 +02:00
parent 3b7266c982
commit 6eaa6d2712

View File

@@ -295,7 +295,7 @@ public class FeedREST extends AbstractResourceREST {
@POST
@Path("/unsubscribe")
@ApiOperation(value = "Unsubscribe to a feed", notes = "Unsubscribe to a feed")
@ApiOperation(value = "Unsubscribe from a feed", notes = "Unsubscribe from a feed")
public Response unsubscribe(@ApiParam(required = true) IDRequest req) {
Preconditions.checkNotNull(req);
Preconditions.checkNotNull(req.getId());