minor remove comment

Project: http://git-wip-us.apache.org/repos/asf/kylin/repo
Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/139768fc
Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/139768fc
Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/139768fc

Branch: refs/heads/master
Commit: 139768fcb6a2ed984178484e7fbd10c87d4f491a
Parents: e824c0f
Author: Jason <jiat...@163.com>
Authored: Mon Jun 13 10:30:37 2016 +0800
Committer: Jason <jiat...@163.com>
Committed: Mon Jun 13 10:30:37 2016 +0800

----------------------------------------------------------------------
 .../apache/kylin/rest/controller/ExternalFilterController.java | 6 ------
 1 file changed, 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/139768fc/server/src/main/java/org/apache/kylin/rest/controller/ExternalFilterController.java
----------------------------------------------------------------------
diff --git 
a/server/src/main/java/org/apache/kylin/rest/controller/ExternalFilterController.java
 
b/server/src/main/java/org/apache/kylin/rest/controller/ExternalFilterController.java
index 0d41847..7baa639 100644
--- 
a/server/src/main/java/org/apache/kylin/rest/controller/ExternalFilterController.java
+++ 
b/server/src/main/java/org/apache/kylin/rest/controller/ExternalFilterController.java
@@ -86,12 +86,6 @@ public class ExternalFilterController extends 
BasicController {
         return result;
     }
 
-    /**
-     * Get available table list of the input database
-     *
-     * @return Table metadata array
-     * @throws IOException
-     */
     @RequestMapping(value = "", method = { RequestMethod.GET })
     @ResponseBody
     public List<ExternalFilterDesc> getExternalFilters(@RequestParam(value = 
"project", required = true) String project) throws IOException {

Reply via email to