#BAEL-6916: add indentation and private access

This commit is contained in:
hmdrzsharifi 2023-09-30 17:27:47 +03:30
parent 6a858656fd
commit 1775ac73f0

View File

@ -32,7 +32,7 @@ import static org.springframework.test.util.AssertionErrors.assertNotNull;
public class FruitListJacksonUnmarshalUnitTest { public class FruitListJacksonUnmarshalUnitTest {
@Autowired @Autowired
ProducerTemplate template; private ProducerTemplate template;
@EndpointInject("mock:marshalledObject") @EndpointInject("mock:marshalledObject")
private MockEndpoint mock; private MockEndpoint mock;