Remove outdated comment

This commit is contained in:
Lukas Reschke 2015-03-13 16:19:52 +01:00
parent bf9030e874
commit e77d2ff2b4
1 changed files with 0 additions and 2 deletions

View 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 {
/**