diff options
author | Carl Schwan <carl@carlschwan.eu> | 2021-07-29 15:56:30 +0200 |
---|---|---|
committer | Carl Schwan <carl@carlschwan.eu> | 2021-07-29 15:56:30 +0200 |
commit | 28970563a219189c35dea38bf5c71ac404f84754 (patch) | |
tree | 2e1c769981508df3804ed9781b0c10c765ce3798 /lib/private/Files/Storage/Common.php | |
parent | 6f1c2ed50b036e5f910be48ed84e6e2a9a8e4a89 (diff) | |
download | nextcloud-server-28970563a219189c35dea38bf5c71ac404f84754.tar.gz nextcloud-server-28970563a219189c35dea38bf5c71ac404f84754.zip |
Remove some mentions of ownCloud from our api documentation
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Diffstat (limited to 'lib/private/Files/Storage/Common.php')
-rw-r--r-- | lib/private/Files/Storage/Common.php | 4 |
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 |