forked from I2P_Developers/i2p.i2p
Findbugs all over:
- Serializable - hashCode() - Make DataStructureImpl Serializable (removed from DataStructure in 2005)
This commit is contained in:
@@ -29,8 +29,10 @@ import net.i2p.util.Log;
|
||||
* @author jrandom
|
||||
*/
|
||||
public class GarlicClove extends DataStructureImpl {
|
||||
|
||||
//private final Log _log;
|
||||
private final I2PAppContext _context;
|
||||
private static final long serialVersionUID = 1L;
|
||||
private transient final I2PAppContext _context;
|
||||
private DeliveryInstructions _instructions;
|
||||
private I2NPMessage _msg;
|
||||
private long _cloveId;
|
||||
|
||||
Reference in New Issue
Block a user