mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-06-01 16:11:59 +00:00
refactor: remove code smell java:S5786 (#2159)
https://sonarcloud.io/organizations/iluwatar/rules?open=java%3AS5786&rule_key=java%3AS5786
This commit is contained in:
+1
-1
@@ -31,7 +31,7 @@ import org.junit.jupiter.api.Test;
|
||||
/**
|
||||
* Circuit Breaker test
|
||||
*/
|
||||
public class DefaultCircuitBreakerTest {
|
||||
class DefaultCircuitBreakerTest {
|
||||
|
||||
//long timeout, int failureThreshold, long retryTimePeriod
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user