Merge pull request #7172 from amit2103/BAEL-14274-6

[BAEL-14274] - Fixed article code for https://www.baeldung.com/spring
This commit is contained in:
Loredana Crusoveanu 2019-07-17 15:23:25 +03:00 committed by GitHub
commit 5db5c4b008
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ import org.springframework.stereotype.Component;
import reactor.core.publisher.Mono; import reactor.core.publisher.Mono;
@Component @Component
public class DownstreamServiceReactiveHealthIndicator implements ReactiveHealthIndicator { public class DownstreamServiceHealthIndicator implements ReactiveHealthIndicator {
@Override @Override
public Mono<Health> health() { public Mono<Health> health() {