From 28970563a219189c35dea38bf5c71ac404f84754 Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Thu, 29 Jul 2021 15:56:30 +0200 Subject: Remove some mentions of ownCloud from our api documentation Signed-off-by: Carl Schwan --- lib/private/Files/Storage/Common.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/private/Files/Storage') 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 -- cgit v1.2.3