summaryrefslogtreecommitdiffstats
path: root/controller/entityapiserializer.php
diff options
context:
space:
mode:
Diffstat (limited to 'controller/entityapiserializer.php')
-rw-r--r--controller/entityapiserializer.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/controller/entityapiserializer.php b/controller/entityapiserializer.php
index ef5e20fbe..6548fe6fd 100644
--- a/controller/entityapiserializer.php
+++ b/controller/entityapiserializer.php
@@ -5,16 +5,15 @@
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
*
- * @author Alessandro Cosentino <cosenal@gmail.com>
* @author Bernhard Posselt <dev@bernhard-posselt.com>
- * @copyright Alessandro Cosentino 2012
- * @copyright Bernhard Posselt 2012, 2014
+ * @copyright Bernhard Posselt 2014
*/
namespace OCA\News\Controller;
use \OCP\AppFramework\Http\IResponseSerializer;
+
class EntityApiSeralizer implements IResponseSerializer {
@@ -41,4 +40,5 @@ class EntityApiSeralizer implements IResponseSerializer {
}
}
+
} \ No newline at end of file