]> source.dussan.org Git - nextcloud-server.git/commitdiff
Remove outdated comment
authorLukas Reschke <lukas@owncloud.com>
Fri, 13 Mar 2015 15:19:52 +0000 (16:19 +0100)
committerLukas Reschke <lukas@owncloud.com>
Fri, 13 Mar 2015 15:19:52 +0000 (16:19 +0100)
lib/private/user/backend.php

index 5e0eef4771a628a32e54ab30e3d9eb681e0aeb37..8a7a4c6e4a4d23393c3d0ddd9af5fbecad7b262d 100644 (file)
@@ -52,8 +52,6 @@ define('OC_USER_BACKEND_COUNT_USERS',       1 << 28);
 /**
  * Abstract base class for user management. Provides methods for querying backend
  * capabilities.
- *
- * Subclass this for your own backends, and see OC_User_Example for descriptions
  */
 abstract class OC_User_Backend implements OC_User_Interface {
        /**