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 c8969a4 commit 922ee16Copy full SHA for 922ee16
1 file changed
src/test/java/scala_maven/LogProcessorUtilsTest.java
@@ -69,8 +69,7 @@ public void jdkSplit() throws Exception {
69
}
70
71
private LevelState assertLevelState(
72
- String input, LevelState previous, Level expectedLevel, String expectedUntilContains)
73
- throws Exception {
+ String input, LevelState previous, Level expectedLevel, String expectedUntilContains) {
74
LevelState back = LogProcessorUtils.levelStateOf(input, previous);
75
assertEquals(expectedLevel, back.level);
76
assertEquals(expectedUntilContains, back.untilContains);
0 commit comments