refactor: remove explicit type arguments

This commit is contained in:
broDom
2017-07-03 17:12:41 +02:00
parent b73040771a
commit 0cff0e7e7a
78 changed files with 116 additions and 119 deletions

View File

@@ -153,7 +153,7 @@ public class ErrorServlet extends HttpServlet
{
writer = response.getWriter();
Map<String, Object> env = new HashMap<String, Object>();
Map<String, Object> env = new HashMap<>();
String error = Util.EMPTY_STRING;
if (context.getStartupError() != null)