summaryrefslogtreecommitdiffstats
path: root/apps/encryption/lib/Exceptions/MultiKeyEncryptException.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/encryption/lib/Exceptions/MultiKeyEncryptException.php')
-rw-r--r--apps/encryption/lib/Exceptions/MultiKeyEncryptException.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/encryption/lib/Exceptions/MultiKeyEncryptException.php b/apps/encryption/lib/Exceptions/MultiKeyEncryptException.php
index 4916a4ceba5..3771e7e36ba 100644
--- a/apps/encryption/lib/Exceptions/MultiKeyEncryptException.php
+++ b/apps/encryption/lib/Exceptions/MultiKeyEncryptException.php
@@ -2,7 +2,6 @@
/**
* @copyright Copyright (c) 2016, ownCloud, Inc.
*
- * @author Roeland Jago Douma <roeland@famdouma.nl>
* @author Thomas Müller <thomas.mueller@tmit.eu>
*
* @license AGPL-3.0
@@ -20,7 +19,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/
-
namespace OCA\Encryption\Exceptions;
use OCP\Encryption\Exceptions\GenericEncryptionException;