You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by sb...@apache.org on 2002/02/23 14:33:32 UTC

cvs commit: jakarta-turbine-maven/src/java/org/apache/maven/project Profile.java

sbailliez    02/02/23 05:33:32

  Modified:    src/java/org/apache/maven/project Profile.java
  Log:
  Testing commit access.
  minor Javadoc fix.
  
  Revision  Changes    Path
  1.3       +2 -2      jakarta-turbine-maven/src/java/org/apache/maven/project/Profile.java
  
  Index: Profile.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/java/org/apache/maven/project/Profile.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Profile.java	21 Feb 2002 14:09:23 -0000	1.2
  +++ Profile.java	23 Feb 2002 13:33:32 -0000	1.3
  @@ -60,7 +60,7 @@
    * A profile consists of a number of projects.
    * 
    * @author <a href="mailto:jvanzyl@apache.org">Jason van Zyl</a>
  - * @version $Id: Profile.java,v 1.2 2002/02/21 14:09:23 jvanzyl Exp $
  + * @version $Id: Profile.java,v 1.3 2002/02/23 13:33:32 sbailliez Exp $
    */
   public class Profile
       extends BaseObject
  @@ -102,7 +102,7 @@
       /**
        * Get the projects for this profile.
        *
  -     * @return List The List of projects in this profile
  +     * @return The List of projects in this profile
        */
       public List getProjects()
       {
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>