PR feedback

This commit is contained in:
Liam Newman
2020-02-21 10:52:28 -08:00
parent 158a31e924
commit 1904c82941
2 changed files with 5 additions and 5 deletions

View File

@@ -15,7 +15,8 @@ import static org.hamcrest.CoreMatchers.*;
/**
* Test showing the behavior of the {@link GitHubRateLimitChecker} and {@link RateLimitChecker.LiteralValue}.
*
* This is a very simple test but covers the key features: Checks occur automatically and are retried until they indicate it is safe to proceed.
* This is a very simple test but covers the key features: Checks occur automatically and are retried until they
* indicate it is safe to proceed.
*/
public class RateLimitCheckerTest extends AbstractGitHubWireMockTest {