You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by mi...@apache.org on 2004/05/08 14:37:23 UTC

cvs commit: maven-components/maven-project/src/main/java/org/apache/maven/artifact/collector ArtifactCollectionResult.java

michal      2004/05/08 05:37:23

  Modified:    maven-project/src/main/java/org/apache/maven/artifact/collector
                        ArtifactCollectionResult.java
  Log:
  correcting comment
  
  Revision  Changes    Path
  1.3       +2 -2      maven-components/maven-project/src/main/java/org/apache/maven/artifact/collector/ArtifactCollectionResult.java
  
  Index: ArtifactCollectionResult.java
  ===================================================================
  RCS file: /home/cvs/maven-components/maven-project/src/main/java/org/apache/maven/artifact/collector/ArtifactCollectionResult.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ArtifactCollectionResult.java	8 May 2004 12:19:23 -0000	1.2
  +++ ArtifactCollectionResult.java	8 May 2004 12:37:23 -0000	1.3
  @@ -14,7 +14,7 @@
   
       
       /** 
  -     * Map<String,List<String>> 
  +     * Map<String, List<MavenArtifact>> 
        * 
        */
       private Map conflicts;
  
  
  

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