We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9665b4d commit c5c0d23Copy full SHA for c5c0d23
src/main/java/com/thealgorithms/conversions/TimeConverter.java
@@ -21,6 +21,8 @@
21
* Results are rounded to three decimal places for consistency.
22
*
23
* <p>This class is final and cannot be instantiated.
24
+ *
25
+ * @see <a href="https://en.wikipedia.org/wiki/Unit_of_time">Wikipedia: Unit of time</a>
26
*/
27
public final class TimeConverter {
28
0 commit comments