----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/56471/#review165061 -----------------------------------------------------------
Fix it, then Ship it! webapp/src/main/java/org/apache/atlas/web/rest/TypesREST.java (line 230) <https://reviews.apache.org/r/56471/#comment236907> "getBaseTypedefByName" ==> "getTypedefByName" "getBaseTypedefByGuid" ==> "getTypedefByGuid" - Madhan Neethiraj On Feb. 10, 2017, 5:11 a.m., Apoorv Naik wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/56471/ > ----------------------------------------------------------- > > (Updated Feb. 10, 2017, 5:11 a.m.) > > > Review request for atlas, Ashutosh Mestry, Madhan Neethiraj, Sarath > Subramanian, Suma Shivaprasad, and Vimal Sharma. > > > Bugs: ATLAS-1534 > https://issues.apache.org/jira/browse/ATLAS-1534 > > > Repository: atlas > > > Description > ------- > > ATLAS-1534: TypesREST clean up for simpler REST interface > > > Diffs > ----- > > client/src/main/java/org/apache/atlas/AtlasTypedefClientV2.java 0ce811bf > intg/src/main/java/org/apache/atlas/AtlasErrorCode.java aed51408 > intg/src/main/java/org/apache/atlas/store/AtlasTypeDefStore.java 95c5e641 > > repository/src/main/java/org/apache/atlas/repository/store/graph/AtlasTypeDefGraphStore.java > 7bd8a839 > > repository/src/test/java/org/apache/atlas/repository/store/graph/AtlasTypeDefGraphStoreTest.java > 3b720322 > > repository/src/test/java/org/apache/atlas/repository/store/graph/v1/AtlasEntityStoreV1Test.java > ed1e4946 > webapp/src/main/java/org/apache/atlas/web/rest/TypesREST.java 1f7adf35 > > Diff: https://reviews.apache.org/r/56471/diff/ > > > Testing > ------- > > mvn clean install -DskipITs executes successfully. > > > Thanks, > > Apoorv Naik > >
