Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix bean name
  • Loading branch information
spencergibb committed Sep 4, 2015
commit b1d5291afc21d7fc5bb9812f20e9fe730497960b
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ protected static class ActuatorConfiguration {
private List<HasFeatures> hasFeatures = new ArrayList<>();

@Bean
public FeaturesEndpoint cloudEndpoint() {
public FeaturesEndpoint featuresEndpoint() {
return new FeaturesEndpoint(hasFeatures);
}
}
Expand Down