summaryrefslogtreecommitdiffstats
path: root/controller
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-05-13 22:10:02 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-05-13 22:10:02 +0200
commitb9de58c0c9da63f6a489df416df1819a40cb507d (patch)
tree838ca16395b6c681e22e970897dd9a71b950e955 /controller
parent066b4b5a22a89fe3b38d37f09153090091928cd5 (diff)
remove more old code
Diffstat (limited to 'controller')
-rw-r--r--controller/entityapiserializer.php6
-rw-r--r--controller/feedapicontroller.php1
-rw-r--r--controller/folderapicontroller.php1
-rw-r--r--controller/jsonhttperror.php4
4 files changed, 4 insertions, 8 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
diff --git a/controller/feedapicontroller.php b/controller/feedapicontroller.php
index b326a1825..7d68e5f56 100644
--- a/controller/feedapicontroller.php
+++ b/controller/feedapicontroller.php
@@ -17,7 +17,6 @@ use \OCP\IRequest;
use \OCP\ILogger;
use \OCP\AppFramework\ApiController;
use \OCP\AppFramework\Http;
-use \OCP\AppFramework\Http\JSONResponse;
use \OCA\News\BusinessLayer\FeedBusinessLayer;
use \OCA\News\BusinessLayer\FolderBusinessLayer;
diff --git a/controller/folderapicontroller.php b/controller/folderapicontroller.php
index 4e9f3e00c..bf78bdf72 100644
--- a/controller/folderapicontroller.php
+++ b/controller/folderapicontroller.php
@@ -16,7 +16,6 @@ namespace OCA\News\Controller;
use \OCP\IRequest;
use \OCP\AppFramework\ApiController;
use \OCP\AppFramework\Http;
-use \OCP\AppFramework\Http\JSONResponse;
use \OCA\News\BusinessLayer\FolderBusinessLayer;
use \OCA\News\BusinessLayer\ItemBusinessLayer;
diff --git a/controller/jsonhttperror.php b/controller/jsonhttperror.php
index 5948a8a63..dca0cb2f3 100644
--- a/controller/jsonhttperror.php
+++ b/controller/jsonhttperror.php
@@ -5,10 +5,8 @@
* 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;