mirror of
https://github.com/apache/httpcomponents-client.git
synced 2025-02-09 11:35:30 +00:00
Clean up.
This commit is contained in:
parent
8a45e86082
commit
81c1bc4dc3
@ -119,8 +119,7 @@ public static boolean equivalent(final HttpEntity e1, final HttpEntity e2) throw
|
||||
if (i1 == null && i2 == null) {
|
||||
return true;
|
||||
}
|
||||
if (i1 == null || i2 == null)
|
||||
{
|
||||
if (i1 == null || i2 == null) {
|
||||
return false; // avoid possible NPEs below
|
||||
}
|
||||
int b1 = -1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user