Skip to content

Commit

Permalink
Fix API misnaming
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanGiles committed Jul 16, 2024
1 parent 2cf109c commit 81dfc31
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public QuarkusExtension() {
* @param name The name of the Quarkus project.
* @return A new {@link QuarkusProject} instance that can be used to configure the project.
*/
public QuarkusProject addMicronautProject(String name) {
public QuarkusProject addQuarkusProject(String name) {
return DistributedApplication.getInstance().addResource(new QuarkusProject(name));
}
}

0 comments on commit 81dfc31

Please sign in to comment.