I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 049044b8 authored by zzz's avatar zzz
Browse files

javadoc fix

parent cfd9e2c3
No related branches found
No related tags found
No related merge requests found
...@@ -99,8 +99,6 @@ public abstract class RFC3339Date { ...@@ -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));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment