]> source.dussan.org Git - nextcloud-server.git/commitdiff
add TODOs with the actual interface name
authorJörn Friedrich Dreyer <jfd@butonic.de>
Thu, 14 Jan 2016 13:34:35 +0000 (14:34 +0100)
committerJörn Friedrich Dreyer <jfd@butonic.de>
Thu, 14 Jan 2016 13:34:35 +0000 (14:34 +0100)
lib/public/groupinterface.php
lib/public/userinterface.php

index a4acc78e856eec48bd4da5cf4e47b10a606db827..142b3dea0467ce650614b8605f42dc257c00ba03 100644 (file)
@@ -32,7 +32,7 @@
 namespace OCP;
 
 /**
- * Interface GroupInterface
+ * TODO actually this is a IGroupBackend
  *
  * @package OCP
  * @since 4.5.0
index 6d048cb7a03dea90915ab1f8f2006136881d4586..68831dcb503aa4e9d5fc9df0c63ede0766943b94 100644 (file)
@@ -32,7 +32,7 @@
 namespace OCP;
 
 /**
- * Interface UserInterface
+ * TODO actually this is a IUserBackend
  *
  * @package OCP
  * @since 4.5.0