Browse Source

Fix missing conflict resolutions

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/4515/head
Joas Schilling 9 years ago
parent
commit
c0a8942764
No known key found for this signature in database GPG Key ID: E166FD8976B3BAC8
  1. 4
      lib/private/Diagnostics/QueryLogger.php
  2. 4
      lib/public/Diagnostics/IEventLogger.php
  3. 4
      lib/public/Diagnostics/IQueryLogger.php

4
lib/private/Diagnostics/QueryLogger.php

@ -3,13 +3,9 @@
* @copyright Copyright (c) 2016, ownCloud, Inc.
*
* @author Morris Jobke <hey@morrisjobke.de>
<<<<<<< HEAD
* @author Robin Appelman <robin@icewind.nl>
=======
* @author Robin Appelman <icewind@owncloud.com>
* @author Thomas Müller <thomas.mueller@tmit.eu>
* @author Piotr Mrowczynski <piotr@owncloud.com>
>>>>>>> a5095447b7... Adjust query/event logging code in favour of more complex owncloud/diagnostics (#27643)
*
* @license AGPL-3.0
*

4
lib/public/Diagnostics/IEventLogger.php

@ -3,12 +3,8 @@
* @copyright Copyright (c) 2016, ownCloud, Inc.
*
* @author Morris Jobke <hey@morrisjobke.de>
<<<<<<< HEAD
* @author Robin Appelman <robin@icewind.nl>
=======
* @author Robin Appelman <icewind@owncloud.com>
* @author Piotr Mrowczynski <piotr@owncloud.com>
>>>>>>> a5095447b7... Adjust query/event logging code in favour of more complex owncloud/diagnostics (#27643)
*
* @license AGPL-3.0
*

4
lib/public/Diagnostics/IQueryLogger.php

@ -3,12 +3,8 @@
* @copyright Copyright (c) 2016, ownCloud, Inc.
*
* @author Morris Jobke <hey@morrisjobke.de>
<<<<<<< HEAD
* @author Robin Appelman <robin@icewind.nl>
=======
* @author Robin Appelman <icewind@owncloud.com>
* @author Piotr Mrowczynski <piotr@owncloud.com>
>>>>>>> a5095447b7... Adjust query/event logging code in favour of more complex owncloud/diagnostics (#27643)
*
* @license AGPL-3.0
*

Loading…
Cancel
Save