dirkv 02/01/11 05:26:11
Modified: src/webdav/client/src/org/apache/webdav/lib/properties
GetLastModifiedProperty.java
Log:
javadoc typo
Revision Changes Path
1.5 +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.5
diff -u -r1.4 -r1.5
--- GetLastModifiedProperty.java 4 Sep 2001 17:37:57 -0000 1.4
+++ GetLastModifiedProperty.java 11 Jan 2002 13:26:11 -0000 1.5
@@ -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.5 2002/01/11 13:26:11 dirkv Exp $
+ * $Revision: 1.5 $
+ * $Date: 2002/01/11 13:26:11 $
*
* ====================================================================
*
@@ -83,7 +83,7 @@
* recently modified property.
*
* @author BC Holmes
- * @version $Revision: 1.4 $
+ * @version $Revision: 1.5 $
*/
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]>