@@ -20,7 +20,6 @@ |
||
20 | 20 | */ |
21 | 21 | |
22 | 22 | use OC\Share\MailNotifications; |
23 | -use OCP\IConfig; |
|
24 | 23 | use OCP\IL10N; |
25 | 24 | use OCP\IUser; |
26 | 25 | use OCP\Mail\IMailer; |
@@ -262,6 +262,9 @@ discard block |
||
262 | 262 | return $this->newShare->getTarget(); |
263 | 263 | } |
264 | 264 | |
265 | + /** |
|
266 | + * @param string $path |
|
267 | + */ |
|
265 | 268 | public function setMountPoint($path) { |
266 | 269 | $this->newShare->setTarget($path); |
267 | 270 | } |
@@ -273,7 +276,7 @@ discard block |
||
273 | 276 | /** |
274 | 277 | * get share ID |
275 | 278 | * |
276 | - * @return integer unique share ID |
|
279 | + * @return string unique share ID |
|
277 | 280 | */ |
278 | 281 | public function getShareId() { |
279 | 282 | return $this->newShare->getId(); |