cmlenz      02/03/16 09:24:18

  Modified:    src/webdav/client/src/org/apache/webdav/lib/properties Tag:
                        SLIDE_1_0 GetLastModifiedProperty.java
  Log:
  Porting bugfixes/enhancements from the HEAD branch:
  - Committed by dirkv, 02/01/11 05:26:11
    "javadoc typo"
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.4.2.1   +5 -5      
jakarta-slide/src/webdav/client/src/org/apache/webdav/lib/properties/GetLastModifiedProperty.java
  
  Index: GetLastModifiedProperty.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/src/webdav/client/src/org/apache/webdav/lib/properties/GetLastModifiedProperty.java,v
  retrieving revision 1.4
  retrieving revision 1.4.2.1
  diff -u -r1.4 -r1.4.2.1
  --- GetLastModifiedProperty.java      4 Sep 2001 17:37:57 -0000       1.4
  +++ GetLastModifiedProperty.java      16 Mar 2002 17:24:18 -0000      1.4.2.1
  @@ -1,7 +1,7 @@
   /*
  - * $Header: 
/home/cvs/jakarta-slide/src/webdav/client/src/org/apache/webdav/lib/properties/GetLastModifiedProperty.java,v
 1.4 2001/09/04 17:37:57 juergen Exp $
  - * $Revision: 1.4 $
  - * $Date: 2001/09/04 17:37:57 $
  + * $Header: 
/home/cvs/jakarta-slide/src/webdav/client/src/org/apache/webdav/lib/properties/GetLastModifiedProperty.java,v
 1.4.2.1 2002/03/16 17:24:18 cmlenz Exp $
  + * $Revision: 1.4.2.1 $
  + * $Date: 2002/03/16 17:24:18 $
    *
    * ====================================================================
    *
  @@ -83,7 +83,7 @@
    * recently modified property.
    *
    * @author BC Holmes
  - * @version $Revision: 1.4 $
  + * @version $Revision: 1.4.2.1 $
    */
   public class GetLastModifiedProperty extends BaseProperty {
       
  @@ -129,7 +129,7 @@
       /**
        * Get the date of the last modification.
        *
  -     * @returns the last modified date.
  +     * @return the last modified date.
        */
       public Date getDate() {
           Date date = null;
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to