We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf5c6a6 commit 12bd760Copy full SHA for 12bd760
modules/core/src/test/java/org/apache/ignite/internal/processors/cache/CacheMdcGetTest.java
@@ -53,8 +53,9 @@ public class CacheMdcGetTest extends GridCommonAbstractTest {
53
54
/** {@inheritDoc} */
55
@Override protected IgniteConfiguration getConfiguration(String igniteInstanceName) throws Exception {
56
- IgniteConfiguration cfg = super.getConfiguration(igniteInstanceName)
57
- .setCommunicationSpi(new TestRecordingCommunicationSpi());
+ IgniteConfiguration cfg = super.getConfiguration(igniteInstanceName);
+
58
+ cfg.setCommunicationSpi(new TestRecordingCommunicationSpi());
59
60
// Enforce different mac adresses to emulate distributed environment by default.
61
cfg.setUserAttributes(Collections.singletonMap(
0 commit comments