> On Nov. 27, 2014, 1:21 p.m., shwethags wrote: > > client/src/main/java/org/apache/falcon/client/FalconClient.java, line 357 > > <https://reviews.apache.org/r/28508/diff/1/?file=777310#file777310line357> > > > > should return entity? > > samar kumar wrote: > Defination entity is string itself > > return clientResponse.getEntity(String.class);
We can unmarshal from String and return Entity? - shwethags ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/28508/#review63221 ----------------------------------------------------------- On Dec. 4, 2014, 12:19 p.m., samar kumar wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/28508/ > ----------------------------------------------------------- > > (Updated Dec. 4, 2014, 12:19 p.m.) > > > Review request for Falcon. > > > Bugs: FALCON-329 > https://issues.apache.org/jira/browse/FALCON-329 > > > Repository: falcon-git > > > Description > ------- > > Falcon client methods should return objects > > > Diffs > ----- > > client/src/main/java/org/apache/falcon/ResponseParserHelper.java e69de29 > client/src/main/java/org/apache/falcon/cli/FalconCLI.java c4fc20f > client/src/main/java/org/apache/falcon/client/FalconClient.java 9a286ed > > Diff: https://reviews.apache.org/r/28508/diff/ > > > Testing > ------- > > > Thanks, > > samar kumar > >
