Skip to content
Snippets Groups Projects
Commit 8c469394 authored by Thomas Tanghus's avatar Thomas Tanghus
Browse files

Remove duplicate method definitions

parent 698394c9
No related branches found
No related tags found
No related merge requests found
......@@ -75,6 +75,7 @@ interface IServerContainer {
* @return \OCP\Files\Folder
*/
function getAppFolder();
/**
* Returns the user session
*
......@@ -99,20 +100,6 @@ interface IServerContainer {
*/
function getCache();
/**
* Returns a view to ownCloud's files folder
*
* @return \OCP\Files\Folder
*/
function getUserFolder();
/**
* Returns an app-specific view in ownClouds data directory
*
* @return \OCP\Files\Folder
*/
function getAppFolder();
/**
* Returns the current session
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment