Skip to content

Commit

Permalink
DeployFileMojo#readModel(File): fixed MojoExecutionException javadoc
Browse files Browse the repository at this point in the history
* DeployFileMojo#readModel(File): fixed MojoExecutionException javadoc.
  • Loading branch information
Scrappers-glitch authored and slawekjaranowski committed Aug 28, 2023
1 parent 9039fc6 commit 29f3c81
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -426,7 +426,7 @@ private void processModel(Model model) {
*
* @param pomFile The path of the POM file to parse, must not be <code>null</code>.
* @return The model from the POM file, never <code>null</code>.
* @throws MojoExecutionException If the file doesn't exist of cannot be read.
* @throws MojoExecutionException If the file doesn't exist or cannot be read.
*/
Model readModel(File pomFile) throws MojoExecutionException {
Reader reader = null;
Expand Down

0 comments on commit 29f3c81

Please sign in to comment.