Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
  • Loading branch information
J-N-K committed Apr 27, 2021
1 parent da173d7 commit 20a0993
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@

import com.github.tomakehurst.wiremock.WireMockServer;

/**
* The {@link RateLimitedHttpClientTest} implements tests for the {@link RateLimitedHttpClient}
*
* @author Jan N. Klug - Initial contribution
*/
@NonNullByDefault
@TestInstance(TestInstance.Lifecycle.PER_CLASS)
public class RateLimitedHttpClientTest {
Expand Down

0 comments on commit 20a0993

Please sign in to comment.