mirror of
https://github.com/moparisthebest/k-9
synced 2024-12-24 08:38:51 -05:00
Fix warnings
This commit is contained in:
parent
737edf369b
commit
e5b172b7bb
@ -135,7 +135,7 @@ public class Address
|
||||
}
|
||||
try
|
||||
{
|
||||
MailboxList parsedList = (MailboxList) AddressBuilder.parseAddressList(addressList).flatten();
|
||||
MailboxList parsedList = AddressBuilder.parseAddressList(addressList).flatten();
|
||||
for (int i = 0, count = parsedList.size(); i < count; i++)
|
||||
{
|
||||
org.apache.james.mime4j.dom.address.Address address = parsedList.get(i);
|
||||
|
@ -30,7 +30,6 @@ import org.apache.commons.codec.binary.Hex;
|
||||
import java.util.ArrayList;
|
||||
import java.util.Arrays;
|
||||
import java.util.HashMap;
|
||||
import java.util.Iterator;
|
||||
import java.util.List;
|
||||
|
||||
public class SmtpTransport extends Transport
|
||||
|
Loading…
Reference in New Issue
Block a user