Fix Sonar Issue
This commit is contained in:
@@ -36,9 +36,10 @@ import org.springframework.lang.Nullable;
|
||||
* @since 1.6
|
||||
*
|
||||
*/
|
||||
@SuppressWarnings("serial")
|
||||
public class LatchCountDownAndCallRealMethodAnswer extends ForwardsInvocations {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
private final transient CountDownLatch latch;
|
||||
|
||||
private final Set<Exception> exceptions = Collections.synchronizedSet(new LinkedHashSet<>());
|
||||
|
||||
Reference in New Issue
Block a user