EdColeman commented on PR #3985: URL: https://github.com/apache/accumulo/pull/3985#issuecomment-1828857857
I moved the sleep method from UtilWaitThread class to the relocated Wait class. In 3.1, the UtilWaitThread class will be empty and can be removed. The `UtilWaitThread.sleepUninterruptibly` method is no longer needed, we can use the guava version directly (beta status has been removed). In 3.1 the change was made to use the guava version. -- 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]
