Skip to content

Commit

Permalink
Fix javadoc in H2LiquibaseExtension (#484)
Browse files Browse the repository at this point in the history
* The code example in the class-level javadoc should use the
  RegisterExtension annotation on the H2LiquibaseExtension field.
  • Loading branch information
sleberknight authored Apr 5, 2024
1 parent f401479 commit a3d6ef0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
* <pre>
* class SomeDatabaseTest {
*
* {@literal @}H2LiquibaseExtension
* {@literal @}RegisterExtension
* static final H2LiquibaseExtension H2_LIQUIBASE_EXTENSION =
* new H2LiquibaseExtension("test-migrations.xml");
*
Expand Down

0 comments on commit a3d6ef0

Please sign in to comment.