fixed doc typo: missing semicolon in code sample
This commit is contained in:
@@ -51,7 +51,7 @@ The `@Output` annotation is used to identify output channels (messages leaving t
|
||||
public class ModuleApplicationTests {
|
||||
|
||||
@Autowired
|
||||
private Source source
|
||||
private Source source;
|
||||
|
||||
@Test
|
||||
public void contextLoads() {
|
||||
|
||||
Reference in New Issue
Block a user