Skip to content

Commit

Permalink
Improved: Remove unused ‘UtilHttp#getParameterMap’ overload
Browse files Browse the repository at this point in the history
(OFBIZ-11138)


git-svn-id: https://svn.apache.org/repos/asf/ofbiz/ofbiz-framework/trunk@1863396 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
mthl committed Jul 19, 2019
1 parent caf4fe9 commit e576b5e
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,6 @@ public static Map<String, Object> getParameterMap(HttpServletRequest request) {
return getParameterMap(request, null, null);
}

public static Map<String, Object> getParameterMap(HttpServletRequest request, Set<? extends String> nameSet) {
return getParameterMap(request, nameSet, null);
}

/**
* Create a map from a HttpServletRequest (parameters) object
* @param onlyIncludeOrSkip If true only include, if false skip, the named parameters in the nameSet. If this is null and nameSet is not null, default to skip.
Expand Down

0 comments on commit e576b5e

Please sign in to comment.