Skip to content

Instantly share code, notes, and snippets.

@abhirockzz
Created July 12, 2015 20:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abhirockzz/72d33913ebbacb622dbe to your computer and use it in GitHub Desktop.
Save abhirockzz/72d33913ebbacb622dbe to your computer and use it in GitHub Desktop.
@DELETE
@Path("{id}")
public void cancel(@PathParam("id") String name) {
auditScheduler.cancel(name);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment