docs: Updated documentation on comments on DefaultCircuitBreaker args (#2135)

This commit is contained in:
Bipin Kumar Chaurasia
2022-10-30 21:41:28 +05:30
committed by GitHub
parent 2b2947950c
commit 4a6d652dce
2 changed files with 4 additions and 5 deletions
@@ -26,7 +26,6 @@ package com.iluwatar.circuitbreaker;
import static org.junit.jupiter.api.Assertions.assertEquals;
import java.rmi.Remote;
import org.junit.jupiter.api.Test;
/**