Skip to content

Commit

Permalink
Merge pull request #30622 from dunningdan/main
Browse files Browse the repository at this point in the history
Update invalid package in guide
  • Loading branch information
gsmet authored Jan 26, 2023
2 parents 179b0a9 + 41ebc6c commit eafd4be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/liquibase-mongodb.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ Quarkus will already have run the migrate operation.

[source,java]
----
import org.quarkus.liquibase.LiquibaseFactory;
import io.quarkus.liquibase.LiquibaseFactory;
@ApplicationScoped
public class MigrationService {
Expand Down
4 changes: 2 additions & 2 deletions docs/src/main/asciidoc/liquibase.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ Now you can start your application and Quarkus will run the Liquibase's update m

[source,java]
----
import org.quarkus.liquibase.LiquibaseFactory; <1>
import io.quarkus.liquibase.LiquibaseFactory; <1>
@ApplicationScoped
public class MigrationService {
Expand Down Expand Up @@ -195,7 +195,7 @@ Quarkus will already have run the migrate operation.

[source,java]
----
import org.quarkus.liquibase.LiquibaseFactory;
import io.quarkus.liquibase.LiquibaseFactory;
@ApplicationScoped
public class MigrationService {
Expand Down

0 comments on commit eafd4be

Please sign in to comment.