Remove unnecessary return statements

This commit is contained in:
Mahmoud Ben Hassine
2023-07-04 21:17:42 +02:00
parent 5c8cb7663f
commit b5e7269847
4 changed files with 2 additions and 7 deletions

View File

@@ -164,7 +164,6 @@ public class JobRegistryBackgroundJobRunner {
}
jobLoader = parentContext.getBean(names[0], JobLoader.class);
return;
}