mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-16 10:16:16 +01:00
refactor: remove explicit type arguments
This commit is contained in:
@@ -81,7 +81,7 @@ public class XmlUserMapAdapter
|
||||
@Override
|
||||
public Map<String, User> unmarshal(XmlUserList users) throws Exception
|
||||
{
|
||||
Map<String, User> userMap = new LinkedHashMap<String, User>();
|
||||
Map<String, User> userMap = new LinkedHashMap<>();
|
||||
|
||||
for (User user : users)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user