rhuffman / re-retrying

A Java library to allow for the creation of configurable retrying strategies for an arbitrary function call, such as something that communicates with a remote service with flaky uptime.
Apache License 2.0
35 stars 6 forks source link

Modernize code #16

Closed rhuffman closed 7 years ago

rhuffman commented 7 years ago

Update to Java 8 idioms and remove warnings that show up in Intellij.

This includes:

Fixes #15