diff options
author | Julius Härtl <jus@bitgrid.net> | 2020-08-26 12:35:27 +0200 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2020-08-26 12:35:27 +0200 |
commit | 94c0ca4b8ca75802bcecffa19fea9d5e14545c35 (patch) | |
tree | 6fbadeaf0e5865f703e4e0aaba85c343b93be6ab /lib/public/Files/SimpleFS/InMemoryFile.php | |
parent | 8c33bfe86b53c9c18aaadef72a0d138e23165ae9 (diff) | |
download | nextcloud-server-94c0ca4b8ca75802bcecffa19fea9d5e14545c35.tar.gz nextcloud-server-94c0ca4b8ca75802bcecffa19fea9d5e14545c35.zip |
Remove wrongly annotated package names
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'lib/public/Files/SimpleFS/InMemoryFile.php')
-rw-r--r-- | lib/public/Files/SimpleFS/InMemoryFile.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/public/Files/SimpleFS/InMemoryFile.php b/lib/public/Files/SimpleFS/InMemoryFile.php index 61ed8c07b64..d420638737d 100644 --- a/lib/public/Files/SimpleFS/InMemoryFile.php +++ b/lib/public/Files/SimpleFS/InMemoryFile.php @@ -32,7 +32,6 @@ use OCP\Files\NotPermittedException; /** * This class represents a file that is only hold in memory. * - * @package OC\Files\SimpleFS * @since 16.0.0 */ class InMemoryFile implements ISimpleFile { |