Skip to content

Commit 0bd7eee

Browse files
author
Johannes Stelzer
committed
polish
1 parent bfa1fe6 commit 0bd7eee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-boot-admin-starter-client/src/main/java/de/codecentric/boot/admin/config/SpringBootAdminClientAutoConfiguration.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ public void run() {
9090
* ApplicationListener triggering registration after refresh/shutdown
9191
*/
9292
@Bean
93-
public RegistrationApplicationListener registrationListener(final ApplicationRegistrator registrator,
94-
final AdminProperties admin) {
93+
public RegistrationApplicationListener registrationListener(
94+
ApplicationRegistrator registrator, AdminProperties admin) {
9595
return new RegistrationApplicationListener(admin, registrator);
9696
}
9797

0 commit comments

Comments
 (0)