Skip to content

Commit

Permalink
Fix condition naming.
Browse files Browse the repository at this point in the history
  • Loading branch information
OlgaMaciaszek committed Nov 4, 2024
1 parent c2c5352 commit d35cdfd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ static class OnWebClientDisabled {

@ConditionalOnProperty(prefix = "eureka.client", name = "restclient.enabled", matchIfMissing = true,
havingValue = "true")
static class OnRestClientDisabled {
static class OnRestClientEnabled {

}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ static class OnWebClientDisabled {

@ConditionalOnProperty(prefix = "eureka.client", name = "restclient.enabled", matchIfMissing = true,
havingValue = "true")
static class OnRestClientDisabled {
static class OnRestClientEnabled {

}

Expand Down

0 comments on commit d35cdfd

Please sign in to comment.