Fix Sonar Issue

This commit is contained in:
Gary Russell
2020-07-23 09:51:19 -04:00
parent f04aa83d83
commit c413fdd259

View File

@@ -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<>());