luetzkendorf 2004/12/30 07:36:42
Modified: webdavclient/ant/src/java/org/apache/webdav/ant Tag:
SLIDE_2_1_RELEASE_BRANCH ResourceProperties.java
Log:
unnessary cast removed
Revision Changes Path
No revision
No revision
1.3.2.2 +4 -4
jakarta-slide/webdavclient/ant/src/java/org/apache/webdav/ant/ResourceProperties.java
Index: ResourceProperties.java
===================================================================
RCS file:
/home/cvs/jakarta-slide/webdavclient/ant/src/java/org/apache/webdav/ant/ResourceProperties.java,v
retrieving revision 1.3.2.1
retrieving revision 1.3.2.2
diff -u -r1.3.2.1 -r1.3.2.2
--- ResourceProperties.java 15 Aug 2004 13:01:15 -0000 1.3.2.1
+++ ResourceProperties.java 30 Dec 2004 15:36:42 -0000 1.3.2.2
@@ -66,7 +66,7 @@
for(Enumeration f = propFind.getResponseProperties(href);
f.hasMoreElements();)
{
- properties.add((Property)f.nextElement());
+ properties.add(f.nextElement());
}
}
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]