Remove old comments

git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@597292 13f79535-47bb-0310-9956-ffa450edef68
master
Carlos Sanchez Gonzalez 2007-11-22 04:07:00 +00:00
parent 437400150a
commit ccd58347ac
1 changed files with 0 additions and 10 deletions

View File

@ -1012,21 +1012,11 @@ public class MavenProjectStub
// nop // nop
} }
/**
* By default, do nothing.
*
* @see org.apache.maven.project.MavenProject#setBuild(org.apache.maven.model.Build)
*/
public void setBuild( Build build ) public void setBuild( Build build )
{ {
this.build = build; this.build = build;
} }
/**
* By default, return <code>null</code>.
*
* @see org.apache.maven.project.MavenProject#getBuild()
*/
public Build getBuild() public Build getBuild()
{ {
return build; return build;