AppData is no longer internal

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
pull/5847/head
Roeland Jago Douma 9 years ago
parent 75771a108b
commit e1da8a769b
No known key found for this signature in database
GPG Key ID: F941078878347C0C
  1. 1
      lib/public/Files/IAppData.php
  2. 1
      lib/public/Files/SimpleFS/ISimpleFile.php
  3. 1
      lib/public/Files/SimpleFS/ISimpleFolder.php
  4. 1
      lib/public/Files/SimpleFS/ISimpleRoot.php

@ -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 {

@ -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 {

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

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

Loading…
Cancel
Save