mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-17 10:41:06 +01:00
refactor: remove explicit type arguments
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user