forked from I2P_Developers/i2p.i2p
javadoc fix
This commit is contained in:
@ -99,8 +99,6 @@ public abstract class RFC3339Date {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Format is "yyyy-MM-ddTHH:mm:ssZ"
|
* Format is "yyyy-MM-ddTHH:mm:ssZ"
|
||||||
*
|
|
||||||
* @since 0.8.2
|
|
||||||
*/
|
*/
|
||||||
public synchronized static String to3339Date(long t) {
|
public synchronized static String to3339Date(long t) {
|
||||||
return OUTPUT_FORMAT.format(new Date(t));
|
return OUTPUT_FORMAT.format(new Date(t));
|
||||||
|
Reference in New Issue
Block a user