DomGarguilo opened a new pull request, #3121: URL: https://github.com/apache/accumulo/pull/3121
`UtilWaitThread.sleepUninterruptibly` was copied from guavas `Uninterruptibles.sleepUninterruptibly` when it was still tagged as beta. With the version of guava we are using, `Uninterruptibles.sleepUninterruptibly` is no longer tagged as beta. This PR removes the copied method and uses guava directly. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
