Sign in
chromium
/
external
/
github.com
/
google
/
error-prone
/
754efd84a67f78dfd04223e8e37450591e7d2908
/
.
/
docs
/
bugpattern
/
CanonicalDuration.md
blob: 977b1656333b91a6d1d0273908a37c8b51011427 [
file
] [
view
]
Prefer
to express durations
using
the largest possible unit
,
e
.
g
.
`Duration.ofDays(1)`
instead of
`Duration.ofSeconds(86400)`
.