mirror of
https://github.com/i2p/i2p.i2p.git
synced 2024-12-06 19:27:00 +01:00
Util: Consolidate and standardize date/time formatting (ticket #2016)
This commit is contained in:
@@ -67,7 +67,7 @@ public class DatabaseInfo {
|
||||
public static final int NETSPEED_EDITION_REV1 = 32;
|
||||
public static final int NETSPEED_EDITION_REV1_V6 = 33;
|
||||
|
||||
private static SimpleDateFormat formatter = new SimpleDateFormat("yyyyMMdd");
|
||||
private static final SimpleDateFormat formatter = new SimpleDateFormat("yyyyMMdd");
|
||||
|
||||
private String info;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user