javadoc fix

This commit is contained in:
zzz
2014-11-08 17:47:51 +00:00
parent cfd9e2c3ab
commit 049044b827

View File

@ -99,8 +99,6 @@ public abstract class RFC3339Date {
/**
* Format is "yyyy-MM-ddTHH:mm:ssZ"
*
* @since 0.8.2
*/
public synchronized static String to3339Date(long t) {
return OUTPUT_FORMAT.format(new Date(t));