swaroopak commented on a change in pull request #554: PHOENIX-5390 Changing 
anonymous inner classes in phoenix-core/main
URL: https://github.com/apache/phoenix/pull/554#discussion_r309528315
 
 

 ##########
 File path: 
phoenix-core/src/main/java/org/apache/phoenix/expression/function/InvertFunction.java
 ##########
 @@ -141,4 +102,51 @@ public OrderPreserving preservesOrder() {
     private Expression getChildExpression() {
         return children.get(0);
     }
+
+    private static class InvertKeyPart implements  KeyPart {
 
 Review comment:
   nit: extra space after implements. 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to