summaryrefslogtreecommitdiffstats
path: root/core/js/files
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2016-11-15 18:51:52 +0100
committerRoeland Jago Douma <roeland@famdouma.nl>2016-11-15 18:51:52 +0100
commitf07d75a4dda0b6c6de126561d74da6e5a449fb99 (patch)
treecb75ffb30267c227544623a5893b8e3249bb33f0 /core/js/files
parentb775d935f2098e875c12e3ccb631d01f0c69f828 (diff)
downloadnextcloud-server-f07d75a4dda0b6c6de126561d74da6e5a449fb99.tar.gz
nextcloud-server-f07d75a4dda0b6c6de126561d74da6e5a449fb99.zip
@since 9.2.0 to @since 11.0.0
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'core/js/files')
-rw-r--r--core/js/files/client.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/js/files/client.js b/core/js/files/client.js
index fdc51c4a197..87559b2084c 100644
--- a/core/js/files/client.js
+++ b/core/js/files/client.js
@@ -734,7 +734,7 @@
/**
* Returns the dav.Client instance used internally
*
- * @since 9.2
+ * @since 11.0.0
* @return {dav.Client}
*/
getClient: function() {
@@ -744,7 +744,7 @@
/**
* Returns the user name
*
- * @since 9.2
+ * @since 11.0.0
* @return {String} userName
*/
getUserName: function() {
@@ -754,7 +754,7 @@
/**
* Returns the password
*
- * @since 9.2
+ * @since 11.0.0
* @return {String} password
*/
getPassword: function() {
@@ -764,7 +764,7 @@
/**
* Returns the base URL
*
- * @since 9.2
+ * @since 11.0.0
* @return {String} base URL
*/
getBaseUrl: function() {