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/TagManager.php')
-rw-r--r--lib/private/TagManager.php12
1 files changed, 0 insertions, 12 deletions
diff --git a/lib/private/TagManager.php b/lib/private/TagManager.php
index f283a5d5ada..8c9dca98c92 100644
--- a/lib/private/TagManager.php
+++ b/lib/private/TagManager.php
@@ -24,18 +24,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/
-
-/**
- * Factory class creating instances of \OCP\ITags
- *
- * A tag can be e.g. 'Family', 'Work', 'Chore', 'Special Occation' or
- * anything else that is either parsed from a vobject or that the user chooses
- * to add.
- * Tag names are not case-sensitive, but will be saved with the case they
- * are entered in. If a user already has a tag 'family' for a type, and
- * tries to add a tag named 'Family' it will be silently ignored.
- */
-
namespace OC;
use OC\Tagging\TagMapper;