aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/LDAP/IDeletionFlagSupport.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public/LDAP/IDeletionFlagSupport.php')
-rw-r--r--lib/public/LDAP/IDeletionFlagSupport.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/public/LDAP/IDeletionFlagSupport.php b/lib/public/LDAP/IDeletionFlagSupport.php
index ca272d7aa79..60ec82f662d 100644
--- a/lib/public/LDAP/IDeletionFlagSupport.php
+++ b/lib/public/LDAP/IDeletionFlagSupport.php
@@ -2,7 +2,6 @@
/**
* @author Roger Szabo <roger.szabo@web.de>
*
- * @copyright Copyright (c) 2016, ownCloud, Inc.
* @license AGPL-3.0
*
* This code is free software: you can redistribute it and/or modify
@@ -30,14 +29,14 @@ namespace OCP\LDAP;
interface IDeletionFlagSupport {
/**
* Flag record for deletion.
- * @param string $uid ownCloud user id
+ * @param string $uid user id
* @since 9.2.0
*/
public function flagRecord($uid);
/**
* Unflag record for deletion.
- * @param string $uid ownCloud user id
+ * @param string $uid user id
* @since 9.2.0
*/
public function unflagRecord($uid);