summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@owncloud.com>2015-12-23 15:22:30 +0100
committerRoeland Jago Douma <rullzer@owncloud.com>2016-01-07 21:29:51 +0100
commit34c8249799c2fc89af021a085f4b15c3156d1b11 (patch)
tree97136450e103c1e6d8a0ea4126f225761b91b21c /lib
parent9bf01283e72716d4f94ca6893ff3d6cda6680d44 (diff)
downloadnextcloud-server-34c8249799c2fc89af021a085f4b15c3156d1b11.tar.gz
nextcloud-server-34c8249799c2fc89af021a085f4b15c3156d1b11.zip
Deprecate remaining function and entire class
Diffstat (limited to 'lib')
-rw-r--r--lib/public/route/irouter.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/public/route/irouter.php b/lib/public/route/irouter.php
index e65dc230046..63e7b9b6202 100644
--- a/lib/public/route/irouter.php
+++ b/lib/public/route/irouter.php
@@ -29,6 +29,7 @@ namespace OCP\Route;
*
* @package OCP\Route
* @since 7.0.0
+ * @deprecated 9.0.0
*/
interface IRouter {
@@ -44,6 +45,7 @@ interface IRouter {
/**
* @return string
* @since 7.0.0
+ * @deprecated 9.0.0
*/
public function getCacheKey();