Skip to content

Commit

Permalink
Fix my failmeta
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Aug 20, 2013
1 parent 714a5dd commit c49deb7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -439,7 +439,7 @@ else if (specifier.equalsIgnoreCase("hour"))
else if (specifier.equalsIgnoreCase("minute"))
event.setReplaced(new Element(String.valueOf(calendar.get(Calendar.MINUTE))).getAttribute(attribute.fulfill(3)));
// <--
// <util.date.time.second Element(Number)
// <util.date.time.second> -> Element(Number)
// Returns the current second of the system time.
// -->
else if (specifier.equalsIgnoreCase("second"))
Expand Down

0 comments on commit c49deb7

Please sign in to comment.