Fix checkstyle violations

This commit is contained in:
Stephane Nicoll
2021-12-18 12:23:53 +01:00
parent 272e08ad1a
commit efa93506e6
2 changed files with 3 additions and 3 deletions

View File

@@ -243,7 +243,7 @@ class CachingOperationInvokerTests {
}
@Test
public void targetInvokedWithDifferentWebServerNamespace() {
void targetInvokedWithDifferentWebServerNamespace() {
OperationInvoker target = mock(OperationInvoker.class);
Object expectedV2 = new Object();
Object expectedV3 = new Object();