Skip to content

Commit 29f3c81

Browse files
pavly-gergesslawekjaranowski
authored andcommitted
DeployFileMojo#readModel(File): fixed MojoExecutionException javadoc
* DeployFileMojo#readModel(File): fixed MojoExecutionException javadoc.
1 parent 9039fc6 commit 29f3c81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/apache/maven/plugins/deploy/DeployFileMojo.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ private void processModel(Model model) {
426426
*
427427
* @param pomFile The path of the POM file to parse, must not be <code>null</code>.
428428
* @return The model from the POM file, never <code>null</code>.
429-
* @throws MojoExecutionException If the file doesn't exist of cannot be read.
429+
* @throws MojoExecutionException If the file doesn't exist or cannot be read.
430430
*/
431431
Model readModel(File pomFile) throws MojoExecutionException {
432432
Reader reader = null;

0 commit comments

Comments
 (0)