summaryrefslogtreecommitdiffstats
path: root/3rdparty/Sabre/DAV/Exception/LockTokenMatchesRequestUri.php
diff options
context:
space:
mode:
authorGeorg Ehrke <dev@georgswebsite.de>2012-04-25 10:39:31 +0200
committerGeorg Ehrke <dev@georgswebsite.de>2012-04-25 10:39:31 +0200
commitd76552a009ddd394e45b6c4b417e7267f1ae7c3d (patch)
treeab9394d1c8501d48aad8952af5bafbeba107567f /3rdparty/Sabre/DAV/Exception/LockTokenMatchesRequestUri.php
parent03f81fdd884f646f1cd9e8155de764fb2c89dce6 (diff)
parente888f4d9bc40dddd197f858d3fe585df631189b6 (diff)
downloadnextcloud-server-d76552a009ddd394e45b6c4b417e7267f1ae7c3d.tar.gz
nextcloud-server-d76552a009ddd394e45b6c4b417e7267f1ae7c3d.zip
Merge branch 'sabredav_1.6'
Diffstat (limited to '3rdparty/Sabre/DAV/Exception/LockTokenMatchesRequestUri.php')
-rwxr-xr-x[-rw-r--r--]3rdparty/Sabre/DAV/Exception/LockTokenMatchesRequestUri.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/3rdparty/Sabre/DAV/Exception/LockTokenMatchesRequestUri.php b/3rdparty/Sabre/DAV/Exception/LockTokenMatchesRequestUri.php
index 47032cffc75..80ab7aff65a 100644..100755
--- a/3rdparty/Sabre/DAV/Exception/LockTokenMatchesRequestUri.php
+++ b/3rdparty/Sabre/DAV/Exception/LockTokenMatchesRequestUri.php
@@ -1,13 +1,13 @@
<?php
/**
- * LockTokenMatchesRequestUri
+ * LockTokenMatchesRequestUri
+ *
+ * This exception is thrown by UNLOCK if a supplied lock-token is invalid
*
- * This exception is thrown by UNLOCK if a supplied lock-token is invalid
- *
* @package Sabre
* @subpackage DAV
- * @copyright Copyright (C) 2007-2011 Rooftop Solutions. All rights reserved.
+ * @copyright Copyright (C) 2007-2012 Rooftop Solutions. All rights reserved.
* @author Evert Pot (http://www.rooftopsolutions.nl/)
* @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
*/
@@ -23,10 +23,10 @@ class Sabre_DAV_Exception_LockTokenMatchesRequestUri extends Sabre_DAV_Exception
}
/**
- * This method allows the exception to include additonal information into the WebDAV error response
+ * This method allows the exception to include additional information into the WebDAV error response
*
* @param Sabre_DAV_Server $server
- * @param DOMElement $errorNode
+ * @param DOMElement $errorNode
* @return void
*/
public function serialize(Sabre_DAV_Server $server,DOMElement $errorNode) {