Closed fstab closed 2 years ago
Fix a typo that results in a compilation error. Thread.sleep() takes a long value as parameter, not a Duration.
Thread.sleep()
long
Duration
All committers have signed the CLA.
Fix a typo that results in a compilation error.
Thread.sleep()
takes along
value as parameter, not aDuration
.