o Fixed typo

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@801451 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2009-08-05 22:47:45 +00:00
parent 84dc78cbe4
commit e3b41a9457
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ public DefaultProjectBuildingResult( MavenProject project, List<ModelProblem> pr
/**
* Creates a new result with the specified contents.
*
* @param projectId The
* @param projectId The identifier of the project, may be {@code null}.
* @param pomFile The POM file from which the project was built, may be {@code null}.
* @param problems The problems that were encouterned, may be {@code null}.
*/