docs: javadoc fix

This commit is contained in:
sebampuero
2025-03-15 01:37:55 +01:00
committed by hyperdefined
parent 02d5d1c17e
commit 3196223d30

View File

@@ -141,7 +141,7 @@ public class NumberFormat {
/** /**
* Returns a human readable form of time in milliseconds. * Returns a human readable form of time in milliseconds.
* E.g. given 3752348000L outputs 1 years, 5 months, 2 weeks, 3 days, 14 hours, 12 minutes, 28 seconds. * E.g. given 3752348000L outputs 1 years, 5 months, 3 days, 14 hours, 12 minutes, 28 seconds.
* @param time The time in ms. * @param time The time in ms.
* @return Map with units as keys and time value, e.g. "years" (key) -> 1 (value) * @return Map with units as keys and time value, e.g. "years" (key) -> 1 (value)
*/ */