Commit c4d73fa
Remove unnecessary HashMap instantiation
Was investigating something else, but noticed something that could be a tiny bit better; return an empty map from `Collections.emptyMap` instead of using a real `HashMap` to send an empty one.
Test: Builds successfully
Change-Id: Id11d39d3ea90e15bd4cb90031d6242d8e1f98819
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>1 parent b683703 commit c4d73fa
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13971 | 13971 | | |
13972 | 13972 | | |
13973 | 13973 | | |
13974 | | - | |
13975 | 13974 | | |
13976 | 13975 | | |
13977 | 13976 | | |
| |||
13984 | 13983 | | |
13985 | 13984 | | |
13986 | 13985 | | |
13987 | | - | |
| 13986 | + | |
13988 | 13987 | | |
13989 | 13988 | | |
13990 | 13989 | | |
| |||
0 commit comments