Remove unnecessary @SuppressWarnings("unchecked") annotations

Change-Id: Id8f0d15586a22fdb7d90ae9ecafbcc8062e4e718
This commit is contained in:
David Pursehouse
2013-05-09 15:55:47 +01:00
committed by Shawn Pearce
parent fcc910b6a3
commit 3b11792d27
2 changed files with 0 additions and 2 deletions

View File

@@ -619,7 +619,6 @@ class GitWebServlet extends HttpServlet {
}, "GitWeb-ErrorLogger").start();
}
@SuppressWarnings("unchecked")
private static Enumeration<String> enumerateHeaderNames(HttpServletRequest req) {
return req.getHeaderNames();
}