AppData is no longer internal

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
Roeland Jago Douma 2017-07-19 16:51:18 +02:00
parent 75771a108b
commit e1da8a769b
No known key found for this signature in database
GPG Key ID: F941078878347C0C
4 changed files with 0 additions and 4 deletions

View File

@ -29,7 +29,6 @@ use OCP\Files\SimpleFS\ISimpleRoot;
*
* @package OCP\Files
* @since 11.0.0
* @internal This interface is experimental and might change for NC12
*/
interface IAppData extends ISimpleRoot {

View File

@ -29,7 +29,6 @@ use OCP\Files\NotPermittedException;
*
* @package OCP\Files\SimpleFS
* @since 11.0.0
* @internal This interface is experimental and might change for NC12
*/
interface ISimpleFile {

View File

@ -30,7 +30,6 @@ use OCP\Files\NotPermittedException;
*
* @package OCP\Files\SimpleFS
* @since 11.0.0
* @internal This interface is experimental and might change for NC12
*/
interface ISimpleFolder {
/**

View File

@ -30,7 +30,6 @@ use OCP\Files\NotPermittedException;
*
* @package OCP\Files\SimpleFS
* @since 11.0.0
* @internal This interface is experimental and might change for NC12
*/
interface ISimpleRoot {
/**