Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Schwan <carl@carlschwan.eu>2021-07-29 16:56:30 +0300
committerCarl Schwan <carl@carlschwan.eu>2021-07-29 16:56:30 +0300
commit28970563a219189c35dea38bf5c71ac404f84754 (patch)
tree2e1c769981508df3804ed9781b0c10c765ce3798 /lib/private/Files/Storage
parent6f1c2ed50b036e5f910be48ed84e6e2a9a8e4a89 (diff)
Remove some mentions of ownCloud from our api documentation
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Diffstat (limited to 'lib/private/Files/Storage')
-rw-r--r--lib/private/Files/Storage/Common.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/private/Files/Storage/Common.php b/lib/private/Files/Storage/Common.php
index 5a9cbe7c008..0814e296492 100644
--- a/lib/private/Files/Storage/Common.php
+++ b/lib/private/Files/Storage/Common.php
@@ -316,12 +316,12 @@ abstract class Common implements Storage, ILockingStorage, IWriteStreamStorage {
}
/**
- * check if a file or folder has been updated since $time
+ * Check if a file or folder has been updated since $time
*
* The method is only used to check if the cache needs to be updated. Storage backends that don't support checking
* the mtime should always return false here. As a result storage implementations that always return false expect
* exclusive access to the backend and will not pick up files that have been added in a way that circumvents
- * ownClouds filesystem.
+ * Nextcloud filesystem.
*
* @param string $path
* @param int $time