Merge pull request #26446 from weixsun

* gh-26446:
  Remove unnecessary semicolon

Closes gh-26446
This commit is contained in:
Andy Wilkinson 2021-05-17 11:27:34 +01:00
commit 75db02d629
1 changed files with 1 additions and 1 deletions

View File

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