【fix sonar】HttpUtils文件
This commit is contained in:
+1
-1
@@ -108,7 +108,7 @@ public class HttpUtils {
|
||||
* @param request
|
||||
* @return
|
||||
*/
|
||||
public static Map getAllRequestParam(final HttpServletRequest request) throws IOException {
|
||||
public static Map<String,String> getAllRequestParam(final HttpServletRequest request) throws IOException {
|
||||
|
||||
BufferedReader reader = new BufferedReader(new InputStreamReader(request.getInputStream()));
|
||||
String str;
|
||||
|
||||
Reference in New Issue
Block a user