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/04/11 18:16:48 UTC

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

dion        2003/04/11 09:16:48

  Modified:    src/java/org/apache/maven/project Dependency.java
  Log:
  Fix comment
  
  Revision  Changes    Path
  1.32      +3 -3      maven/src/java/org/apache/maven/project/Dependency.java
  
  Index: Dependency.java
  ===================================================================
  RCS file: /home/cvs/maven/src/java/org/apache/maven/project/Dependency.java,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- Dependency.java	13 Jan 2003 17:21:42 -0000	1.31
  +++ Dependency.java	11 Apr 2003 16:16:47 -0000	1.32
  @@ -299,7 +299,7 @@
       /**
        * Set the type of the dependency.
        *
  -     * @return dependency type such as "compile" or "test"
  +     * @return dependency type such as "jar" or "war"
        */
       public String getType()
       {
  @@ -307,7 +307,7 @@
       }
   
       /**
  -     * Sets the dependency type such as "compile" or "test"
  +     * Sets the dependency type such as "jar" or "war"
        *
        * @param type The type of dependency.
        */
  
  
  

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