diff options
author | Morris Jobke <hey@morrisjobke.de> | 2015-10-06 09:52:19 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2015-10-06 09:52:19 +0200 |
commit | 8366ce27673b82349361e534853256dc869a8f93 (patch) | |
tree | 9c26ee069192350ce0ffea67518a7baacbb69ac0 /lib/private/files/cache | |
parent | b945d713845d640d63241de4d5a67813384b88ce (diff) | |
download | nextcloud-server-8366ce27673b82349361e534853256dc869a8f93.tar.gz nextcloud-server-8366ce27673b82349361e534853256dc869a8f93.zip |
deduplicate @xenopathic
Diffstat (limited to 'lib/private/files/cache')
-rw-r--r-- | lib/private/files/cache/cache.php | 1 | ||||
-rw-r--r-- | lib/private/files/cache/scanner.php | 1 | ||||
-rw-r--r-- | lib/private/files/cache/storage.php | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/lib/private/files/cache/cache.php b/lib/private/files/cache/cache.php index de6a2301603..f3e22701f40 100644 --- a/lib/private/files/cache/cache.php +++ b/lib/private/files/cache/cache.php @@ -11,7 +11,6 @@ * @author Morris Jobke <hey@morrisjobke.de> * @author Robin Appelman <icewind@owncloud.com> * @author Robin McCorkell <rmccorkell@karoshi.org.uk> - * @author Robin McCorkell <rmccorkell@owncloud.com> * @author TheSFReader <TheSFReader@gmail.com> * @author Thomas Müller <thomas.mueller@tmit.eu> * @author Vincent Petry <pvince81@owncloud.com> diff --git a/lib/private/files/cache/scanner.php b/lib/private/files/cache/scanner.php index ac554f78396..dbffba1e306 100644 --- a/lib/private/files/cache/scanner.php +++ b/lib/private/files/cache/scanner.php @@ -10,7 +10,6 @@ * @author Owen Winkler <a_github@midnightcircus.com> * @author Robin Appelman <icewind@owncloud.com> * @author Robin McCorkell <rmccorkell@karoshi.org.uk> - * @author Robin McCorkell <rmccorkell@owncloud.com> * @author Thomas Müller <thomas.mueller@tmit.eu> * @author Vincent Petry <pvince81@owncloud.com> * diff --git a/lib/private/files/cache/storage.php b/lib/private/files/cache/storage.php index 64ce605df47..cee69194095 100644 --- a/lib/private/files/cache/storage.php +++ b/lib/private/files/cache/storage.php @@ -5,7 +5,6 @@ * @author Morris Jobke <hey@morrisjobke.de> * @author Robin Appelman <icewind@owncloud.com> * @author Robin McCorkell <rmccorkell@karoshi.org.uk> - * @author Robin McCorkell <rmccorkell@owncloud.com> * @author Thomas Müller <thomas.mueller@tmit.eu> * @author Vincent Petry <pvince81@owncloud.com> * |