I see this
-        Map result = ServiceUtil.returnSuccess();
+        Map<String, Object> result = ServiceUtil.returnSuccess();

and I see this

+        Map bodyParameters = (Map) serviceContext.remove("bodyParameters");

for the left side which is the best practice?



Reply via email to