From: Daniel Kesselberg Date: Sat, 29 Sep 2018 19:12:39 +0000 (+0200) Subject: Change visibility to private (from protected) X-Git-Tag: v15.0.13rc1~38^2~3 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=b07fb56ddc9998fad1e6ecbf0354ee0771965488;p=nextcloud-server.git Change visibility to private (from protected) Signed-off-by: Daniel Kesselberg --- diff --git a/apps/files_external/lib/Lib/Storage/AmazonS3.php b/apps/files_external/lib/Lib/Storage/AmazonS3.php index c935d500200..b48c3fbfd83 100644 --- a/apps/files_external/lib/Lib/Storage/AmazonS3.php +++ b/apps/files_external/lib/Lib/Storage/AmazonS3.php @@ -152,7 +152,7 @@ class AmazonS3 extends \OC\Files\Storage\Common { * @return bool * @throws \Exception */ - protected function doesDirectoryExist($path) { + private function doesDirectoryExist($path) { if (!isset($this->directoryCache[$path])) { // Maybe this isn't an actual key, but a prefix. // Do a prefix listing of objects to determine.