forked from I2P_Developers/i2p.i2p
Findbugs all over:
- Serializable - hashCode() - Make DataStructureImpl Serializable (removed from DataStructure in 2005)
This commit is contained in:
@@ -24,9 +24,10 @@
|
||||
|
||||
package i2p.susi.dns;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.util.Comparator;
|
||||
|
||||
public class AddressByNameSorter implements Comparator<AddressBean>
|
||||
public class AddressByNameSorter implements Comparator<AddressBean>, Serializable
|
||||
{
|
||||
public int compare(AddressBean a, AddressBean b)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user