Remove unnecessary @SuppressWarnings

Change-Id: Ic7b8494713d59574ee8f064a5c1042b48aedf012
This commit is contained in:
Robin Rosenberg 2012-09-22 16:50:27 +02:00
parent 7de1154d21
commit 22427b748b
1 changed files with 0 additions and 1 deletions

View File

@ -220,7 +220,6 @@ private boolean initRangeRequest(final HttpServletRequest req,
return true;
}
@SuppressWarnings("unchecked")
private static Enumeration<String> getRange(final HttpServletRequest req) {
return req.getHeaders(HDR_RANGE);
}