Github user sepreece commented on a diff in the pull request:

    https://github.com/apache/falcon/pull/15#discussion_r51139501
  
    --- Diff: 
client/src/main/java/org/apache/falcon/client/FalconCLIException.java ---
    @@ -47,7 +47,6 @@ public static FalconCLIException 
fromReponse(ClientResponse clientResponse) {
             ClientResponse.Status status = 
clientResponse.getClientResponseStatus();
             String statusValue = status.toString();
             String message = "";
    -        if (status == ClientResponse.Status.BAD_REQUEST) {
    --- End diff --
    
    You need to adjust the indentation on the lines that used to be in the 
block.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to