We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The indentation in Application.java class for the following function is not correct.
` @bean public RegistryEventConsumer myRetryRegistryEventConsumer() {
return new RegistryEventConsumer<Retry>() { @Override public void onEntryAddedEvent(EntryAddedEvent<Retry> entryAddedEvent) { entryAddedEvent.getAddedEntry().getEventPublisher().onEvent(event -> LOG.info(event.toString())); } @Override public void onEntryRemovedEvent(EntryRemovedEvent<Retry> entryRemoveEvent) { } @Override public void onEntryReplacedEvent(EntryReplacedEvent<Retry> entryReplacedEvent) { } };
}
}`
AC:
Fix the indentation.
The text was updated successfully, but these errors were encountered:
Issue resilience4j#9: Fixed formatting in Application.java
cdb0ae4
- Indentation were not current in java file
Merge pull request #10 from maheshshelke/Issue_9
8a873b7
Issue #9: Fixed formatting in Application.java
No branches or pull requests
The indentation in Application.java class for the following function is not correct.
`
@bean
public RegistryEventConsumer myRetryRegistryEventConsumer() {
}
}`
AC:
Fix the indentation.
The text was updated successfully, but these errors were encountered: