Merge pull request #26446 from weixsun
* gh-26446: Remove unnecessary semicolon Closes gh-26446
This commit is contained in:
commit
75db02d629
|
|
@ -304,7 +304,7 @@ class MockitoPostProcessorTests {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
};
|
}
|
||||||
|
|
||||||
static class FactoryBeanRegisteringPostProcessor implements BeanFactoryPostProcessor, Ordered {
|
static class FactoryBeanRegisteringPostProcessor implements BeanFactoryPostProcessor, Ordered {
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue