Hello,

I'm willing to tidy-up any code that needs it. Attached is a diff example
for SearchMethod.java.

regards,

Chris Munroe


Index: ./src/webdav/client/src/org/apache/webdav/lib/methods/SearchMethod.java
===================================================================
RCS file: 
/home/cvspublic/jakarta-slide/src/webdav/client/src/org/apache/webdav/lib/methods/SearchMethod.java,v
retrieving revision 1.4
diff -r1.4 SearchMethod.java
196a197,200
>     /**
>      * Recycles the method object, so that it can be reused again. Any attempt
>      * to reuse an object without recycling it will throw a HttpException.
>      */
225,229c229,234
<             // TODO  Must support some mechanism for delegating the
<             // generation of the query to a pluggable query grammar
<             // support class or package. Right now, executing this
<             // method object without first explicitly setting the
<             // query is an error.
---
>             /* @TODO  Must support some mechanism for delegating the
>              * generation of the query to a pluggable query grammar
>              * support class or package. Right now, executing this
>              * method object without first explicitly setting the
>              * query is an error.
>              */
247c252
<         checkUsed();
---
>         super.checkUsed();
253c258,262
<      * Returns an enumeration of <code>Property</code> objects.
---
>      * Retrieves a list of <code>Property</code> objects
>      *
>      * @param java.lang.String urlPath is a url pointing to the path of a list of 
>properites
>      * @return an java.util.enumeration of Property objects.
>      * @see org.apache.webdav.lib.Property 
256c265
<         checkUsed();
---
>         super.checkUsed();
264d272
< 
266,267d273
< 
< 
269,272d274
< 
< 
< 
< 
--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to