Skip to content
Snippets Groups Projects
Commit 30043ab0 authored by Luc Maisonobe's avatar Luc Maisonobe
Browse files

Fixed javadoc syntax.

parent 0590fe3c
No related branches found
No related tags found
No related merge requests found
...@@ -235,8 +235,8 @@ public class TimeComponents implements Serializable, Comparable<TimeComponents> ...@@ -235,8 +235,8 @@ public class TimeComponents implements Serializable, Comparable<TimeComponents>
} }
/** Get the seconds number. /** Get the seconds number.
* @return second second number from 0.0 to 61.0 (excluded). Note that 60 <= second < * @return second second number from 0.0 to 61.0 (excluded). Note that 60 &le; second
* 61 only occurs during a leap second. * &lt; 61 only occurs during a leap second.
*/ */
public double getSecond() { public double getSecond() {
return second; return second;
......
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