forked from I2P_Developers/i2p.i2p
Addressbook: Store last-modified date
SusiDNS: Display signature validation on details page
This commit is contained in:
@@ -202,6 +202,10 @@ public class AddressBean
|
||||
return getDate("m");
|
||||
}
|
||||
|
||||
/** @since 0.9.26 */
|
||||
public boolean isValidated() {
|
||||
return Boolean.valueOf(getProp("v"));
|
||||
}
|
||||
|
||||
/** @since 0.8.7 */
|
||||
public String getNotes() {
|
||||
|
||||
Reference in New Issue
Block a user