aggiunto valore di default per il parametro requestMethod nelle pianificate
This commit is contained in:
@@ -79,6 +79,9 @@ public class HttpRestWrapper {
|
|||||||
|
|
||||||
Response response = null;
|
Response response = null;
|
||||||
|
|
||||||
|
if (requestMethod == null)
|
||||||
|
requestMethod = RequestMethod.POST;
|
||||||
|
|
||||||
switch (requestMethod) {
|
switch (requestMethod) {
|
||||||
default:
|
default:
|
||||||
case POST:
|
case POST:
|
||||||
|
|||||||
Reference in New Issue
Block a user