jvanzyl     02/04/11 16:08:35

  Modified:    src/java/org/apache/maven UpdateMavenCheck.java
  Log:
  Adding class javadoc.
  
  Revision  Changes    Path
  1.5       +8 -1      
jakarta-turbine-maven/src/java/org/apache/maven/UpdateMavenCheck.java
  
  Index: UpdateMavenCheck.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-maven/src/java/org/apache/maven/UpdateMavenCheck.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- UpdateMavenCheck.java     7 Apr 2002 19:00:06 -0000       1.4
  +++ UpdateMavenCheck.java     11 Apr 2002 23:08:35 -0000      1.5
  @@ -64,7 +64,14 @@
   import org.apache.maven.executor.AbstractExecutor;
   
   /**
  - * XML project descriptor validator.
  + * Checks the internal version of the user's Maven installation
  + * with the most current version of Maven available. If these
  + * versions are not in sync a property is set indicating this
  + * so that the proper steps can be taken in the build to bring
  + * the user's Maven installation up-to-date.
  + *
  + * @author <a href="mailto:[EMAIL PROTECTED]";>Jason van Zyl</a>
  + * @version $Id: UpdateMavenCheck.java,v 1.5 2002/04/11 23:08:35 jvanzyl Exp $
    */
   public class UpdateMavenCheck
       extends AbstractExecutor
  
  
  


Reply via email to