Remove unnecessary semicolon

See gh-26446
This commit is contained in:
weixsun
2021-05-13 16:53:14 +08:00
committed by Andy Wilkinson
parent e9e1cc1bfc
commit 7f445630e4

View File

@@ -304,7 +304,7 @@ class MockitoPostProcessorTests {
return true;
}
};
}
static class FactoryBeanRegisteringPostProcessor implements BeanFactoryPostProcessor, Ordered {