Return not necessary here
This commit is contained in:
parent
9e7f52ccda
commit
f5ac81db41
1 changed files with 0 additions and 1 deletions
|
@ -42,7 +42,6 @@ public class MultivaluedHashMap<K, V> extends HashMap<K, List<V>>
|
|||
if (list == null)
|
||||
{
|
||||
add(key, value);
|
||||
return;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue