Repository: incubator-atlas
Updated Branches:
  refs/heads/master f8fe0945c -> 7d9f22c2d


ATLAS-1223 Type REST API v2 implementation (apoorvnaik via sumasai)
ATLAS-1223 removed author tag


Project: http://git-wip-us.apache.org/repos/asf/incubator-atlas/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-atlas/commit/7d9f22c2
Tree: http://git-wip-us.apache.org/repos/asf/incubator-atlas/tree/7d9f22c2
Diff: http://git-wip-us.apache.org/repos/asf/incubator-atlas/diff/7d9f22c2

Branch: refs/heads/master
Commit: 7d9f22c2dd30013e05105f238e052e5c2f2d2a48
Parents: f8fe094
Author: Suma Shivaprasad <sumasai.shivapra...@gmail.com>
Authored: Wed Oct 12 16:21:19 2016 -0700
Committer: Suma Shivaprasad <sumasai.shivapra...@gmail.com>
Committed: Wed Oct 12 17:46:12 2016 -0700

----------------------------------------------------------------------
 .../main/java/org/apache/atlas/web/rest/module/RestModule.java   | 4 ----
 1 file changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/7d9f22c2/webapp/src/main/java/org/apache/atlas/web/rest/module/RestModule.java
----------------------------------------------------------------------
diff --git 
a/webapp/src/main/java/org/apache/atlas/web/rest/module/RestModule.java 
b/webapp/src/main/java/org/apache/atlas/web/rest/module/RestModule.java
index 4d9f854..62e1e57 100644
--- a/webapp/src/main/java/org/apache/atlas/web/rest/module/RestModule.java
+++ b/webapp/src/main/java/org/apache/atlas/web/rest/module/RestModule.java
@@ -21,10 +21,6 @@ import com.google.inject.AbstractModule;
 
 import org.apache.atlas.type.AtlasTypeRegistry;
 
-/**
- * @author anaik
- */
-
 public class RestModule extends AbstractModule {
     @Override
     protected void configure() {

Reply via email to