Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public/Util.php')
-rw-r--r--lib/public/Util.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/public/Util.php b/lib/public/Util.php
index 3281c9cceec..5165846707a 100644
--- a/lib/public/Util.php
+++ b/lib/public/Util.php
@@ -12,7 +12,6 @@
* @author J0WI <J0WI@users.noreply.github.com>
* @author Jens-Christian Fischer <jens-christian.fischer@switch.ch>
* @author Joas Schilling <coding@schilljs.com>
- * @author John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* @author Julius Härtl <jus@bitgrid.net>
* @author Lukas Reschke <lukas@statuscode.ch>
* @author Michael Gapczynski <GapczynskiM@gmail.com>
@@ -41,13 +40,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/
-
-/**
- * Public interface of ownCloud for apps to use.
- * Utility Class.
- *
- */
-
// use OCP namespace for all classes that are considered public.
// This means that they should be used by apps instead of the internal ownCloud classes