You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by di...@apache.org on 2003/06/03 07:17:59 UTC

cvs commit: maven/src/java/org/apache/maven/project Project.java

dion        2003/06/02 22:17:58

  Modified:    src/java/org/apache/maven/project Project.java
  Log:
  Fix comment
  
  Revision  Changes    Path
  1.81      +3 -3      maven/src/java/org/apache/maven/project/Project.java
  
  Index: Project.java
  ===================================================================
  RCS file: /home/cvs/maven/src/java/org/apache/maven/project/Project.java,v
  retrieving revision 1.80
  retrieving revision 1.81
  diff -u -r1.80 -r1.81
  --- Project.java	12 Apr 2003 00:02:03 -0000	1.80
  +++ Project.java	3 Jun 2003 05:17:58 -0000	1.81
  @@ -389,9 +389,9 @@
       }
   
       /**
  -     * Get the  attribute.
  +     * Get the atrifact attribute.
        *
  -     * @return The
  +     * @return The list of artifacts for the project
        */
       public List getArtifacts()
       {
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org