guava-retrying
guava-retrying copied to clipboard
Not calling Thread.sleep() if sleepTime is Zero #1
Zero sleepTime
implies there is no need to sleep and hence call to Thread.sleep() is redundant