Skip to content

Commit b689fe0

Browse files
committed
iluwatar#1510 Fix comment length
1 parent 7aea765 commit b689fe0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

circuit-breaker/src/main/java/com/iluwatar/circuitbreaker/DefaultCircuitBreaker.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
package com.iluwatar.circuitbreaker;
2525

2626
/**
27-
* The delay based Circuit breaker implementation that works in a CLOSED->OPEN-(retry_time_period)->HALF_OPEN->CLOSED
28-
* flow with some retry time period for failed services and a failure threshold for service to open
29-
* circuit.
27+
* The delay based Circuit breaker implementation that works in a
28+
* CLOSED->OPEN-(retry_time_period)->HALF_OPEN->CLOSED flow with some retry time period for failed
29+
* services and a failure threshold for service to open circuit.
3030
*/
3131
public class DefaultCircuitBreaker implements CircuitBreaker {
3232

0 commit comments

Comments
 (0)