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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to