This is an automated email from the git hooks/post-receive script.

mckinstry pushed a commit to branch debian/master
in repository rest-gradle-plugin.

commit 73cf26a48a32c90123903e1c7742460ea650d324
Author: Noam Y. Tenne <n...@10ne.org>
Date:   Mon Sep 21 00:00:18 2015 +0300

    Update README.asciidoc
---
 README.asciidoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.asciidoc b/README.asciidoc
index b5f9599..d7fcf10 100644
--- a/README.asciidoc
+++ b/README.asciidoc
@@ -34,7 +34,7 @@ task attack(type: org._10ne.gradle.rest.RestTask) {
     requestBody = [battleCry: 'FOR LEEROY JENKINS!']
     contentType = groovyx.net.http.ContentType.JSON
     requestHeaders = [customHeader: 'WoW']
-    responseHandler - {
+    responseHandler = {
         //Configured content type is JSON and we let the client's handler 
parse the response for us
         assert it.message == 'success'
     }

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/rest-gradle-plugin.git

_______________________________________________
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to