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:
Diffstat (limited to 'lib/private/NeedsUpdateException.php')
-rw-r--r--lib/private/NeedsUpdateException.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/private/NeedsUpdateException.php b/lib/private/NeedsUpdateException.php
index 0b9d323d96a..fcf63a6b373 100644
--- a/lib/private/NeedsUpdateException.php
+++ b/lib/private/NeedsUpdateException.php
@@ -2,7 +2,6 @@
/**
* @copyright Copyright (c) 2016, ownCloud, Inc.
*
- * @author Morris Jobke <hey@morrisjobke.de>
* @author Robin Appelman <robin@icewind.nl>
*
* @license AGPL-3.0
@@ -20,7 +19,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/
-
namespace OC;
class NeedsUpdateException extends ServiceUnavailableException {