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