It should never have gotten into the release branch, so deleting it
completely would be fine. How did it get there in the first place?
Oliver
On 30 Oct 2004 16:16:34 -0000, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> unico 2004/10/30 09:16:34
>
> Modified: src/webdav/server/org/apache/slide/webdav/method Tag:
> SLIDE_2_1_RELEASE_BRANCH PutMethod.java
> Log:
> comment out section that makes compilation fail
>
> Revision Changes Path
> No revision
> No revision
> 1.81.2.4 +14 -13
> jakarta-slide/src/webdav/server/org/apache/slide/webdav/method/PutMethod.java
>
> Index: PutMethod.java
> ===================================================================
> RCS file:
> /home/cvs/jakarta-slide/src/webdav/server/org/apache/slide/webdav/method/PutMethod.java,v
> retrieving revision 1.81.2.3
> retrieving revision 1.81.2.4
> diff -u -r1.81.2.3 -r1.81.2.4
> --- PutMethod.java 28 Oct 2004 14:48:45 -0000 1.81.2.3
> +++ PutMethod.java 30 Oct 2004 16:16:33 -0000 1.81.2.4
> @@ -63,8 +63,9 @@
> */
> public class PutMethod
> extends AbstractWebdavMethod
> - implements DeltavConstants, WriteMethod, FineGrainedLockingMethod {
> -
> + implements DeltavConstants, WriteMethod {
> + //, FineGrainedLockingMethod {
> +
>
> // ----------------------------------------------------- Instance Variables
>
> @@ -94,14 +95,14 @@
> /**
> * @see
> org.apache.slide.webdav.method.FineGrainedLockingMethod#acquireFineGrainLocks()
> */
> - public void acquireFineGrainLocks() {
> - acquireStandardLocks(resourcePath);
> - // lock history folder in case we have auto versioning turned on
> - acquireHistoryLocks(resourcePath);
> - // changes this and parent
> - acquireLock(resourcePath, WRITE_LOCK);
> - acquireParentLock(resourcePath, WRITE_LOCK);
> - }
> +// public void acquireFineGrainLocks() {
> +// acquireStandardLocks(resourcePath);
> +// // lock history folder in case we have auto versioning turned on
> +// acquireHistoryLocks(resourcePath);
> +// // changes this and parent
> +// acquireLock(resourcePath, WRITE_LOCK);
> +// acquireParentLock(resourcePath, WRITE_LOCK);
> +// }
>
> // ------------------------------------------------------ Protected Methods
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]