Skip to content

Commit

Permalink
Fix javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet committed Jan 23, 2024
1 parent 39e5e01 commit f9a06ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ default Build getBuild() {
* Returns the path to the pom file for this project.
* A project is usually read from a file named {@code pom.xml},
* which contains the {@linkplain #getModel() model} in an XML form.
* When a custom {@link org.apache.maven.api.spi.ModelParser} is used,
* When a custom {@code org.apache.maven.api.spi.ModelParser} is used,
* the path may point to a non XML file.
* <p>
* The POM path is also used to define the {@linkplain #getBasedir() base directory}
Expand Down

0 comments on commit f9a06ba

Please sign in to comment.