Skip to content
New issue

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

Remove duplicate method in code example of reactive documentation #16072

Merged
merged 1 commit into from
Mar 29, 2021
Merged

Remove duplicate method in code example of reactive documentation #16072

merged 1 commit into from
Mar 29, 2021

Conversation

vanbalken
Copy link
Contributor

@vanbalken vanbalken commented Mar 27, 2021

In the example code both DBInit and FruitResource include the initdb()-method, but only the one in DBInit is used.

@cescoffier
Copy link
Member

Can you point me to the duplicated place?

@vanbalken
Copy link
Contributor Author

The initdb-method is also present at line 563. Here are the occurences of initdb() on the main branch:

This PR removes the last one because only the first one will be used.

@cescoffier
Copy link
Member

Thanks!

@cescoffier cescoffier merged commit ac45657 into quarkusio:main Mar 29, 2021
@quarkus-bot quarkus-bot bot added this to the 1.14 - main milestone Mar 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants