Added checkstyle

This commit is contained in:
Marcin Grzejszczak
2019-02-04 15:55:35 +01:00
parent c6d238085f
commit a8cbf77794
362 changed files with 8885 additions and 6508 deletions

View File

@@ -88,7 +88,7 @@ public class StreamApplicationTests {
@Test
public void contextLoads() {
assertNotNull(this.sink.input());
assertThat(this.sink.input()).isNotNull();
}
}
----