Remove "final" keywords
Closes gh-11294
This commit is contained in:
committed by
Stephane Nicoll
parent
bd7bd6edc8
commit
6d54072e04
@@ -29,7 +29,7 @@ public class SampleFlywayApplication {
|
||||
}
|
||||
|
||||
@Bean
|
||||
public CommandLineRunner runner(final PersonRepository repository) {
|
||||
public CommandLineRunner runner(PersonRepository repository) {
|
||||
return new CommandLineRunner() {
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user