mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-16 02:06:18 +01:00
suppress unchecked warnings
This commit is contained in:
@@ -133,6 +133,7 @@ public class DebugServlet extends HttpServlet
|
||||
*
|
||||
* @param writer
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
private void appendContextAttributes(PrintWriter writer)
|
||||
{
|
||||
writer.append("<h2>ServletContext Attributes</h2>");
|
||||
@@ -161,6 +162,7 @@ public class DebugServlet extends HttpServlet
|
||||
* @param writer
|
||||
* @param session
|
||||
*/
|
||||
@SuppressWarnings("unchecked")
|
||||
private void appendSessionAttributes(PrintWriter writer,
|
||||
final HttpSession session)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user