No effective change - tidy whitespace

This commit is contained in:
rob bygrave
2020-09-14 21:05:38 +12:00
parent 775f184450
commit 2ad99794ea
10 changed files with 3 additions and 55 deletions
@@ -18,7 +18,6 @@ class PersistControllerManager {
private final List<BeanPersistController> list;
PersistControllerManager(BootupClasses bootupClasses) {
list = bootupClasses.getBeanPersistControllers();
}
@@ -30,7 +29,6 @@ class PersistControllerManager {
* Return the BeanPersistController for a given entity type.
*/
void addPersistControllers(DeployBeanDescriptor<?> deployDesc) {
for (BeanPersistController c : list) {
if (c.isRegisterFor(deployDesc.getBeanType())) {
logger.debug("BeanPersistController on[{}] {}", deployDesc.getFullName(), c.getClass().getName());