This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit 88d10be7a071a057ef148a91dc636f72608bba11 Author: Kevin Morin <morin@codelutin.com> Date: Tue Aug 1 18:54:48 2017 +0200 correction réouverture du sondage --- .../src/main/java/org/chorem/pollen/rest/api/v1/PollApi.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/v1/PollApi.java b/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/v1/PollApi.java index b3dfda64..dcdc700f 100644 --- a/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/v1/PollApi.java +++ b/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/v1/PollApi.java @@ -170,7 +170,7 @@ public class PollApi { } @Path("/polls/{pollId}/reopen") - @POST + @PUT public void reopenPoll(@Context PollService pollService, @PathParam("pollId") PollenEntityId<Poll> pollId) { -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.