DeployFileMojo#readModel(File): fixed MojoExecutionException javadoc · apache/maven-deploy-plugin@29f3c81 (original) (raw)

File tree

Original file line number Diff line number Diff line change
@@ -426,7 +426,7 @@ private void processModel(Model model) {
426 426 *
427 427 * @param pomFile The path of the POM file to parse, must not be null.
428 428 * @return The model from the POM file, never null.
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.
430 430 */
431 431 Model readModel(File pomFile) throws MojoExecutionException {
432 432 Reader reader = null;