srdo commented on a change in pull request #3055: STORM-3440: client: fix all 
checkstyle warnings
URL: https://github.com/apache/storm/pull/3055#discussion_r299142976
 
 

 ##########
 File path: storm-client/src/jvm/org/apache/storm/utils/Utils.java
 ##########
 @@ -1321,7 +1315,7 @@ public static double nullToZero(Double v) {
      * @param b something else
      * @return a or b the first one that is not null
      */
-    public static <V> V OR(V a, V b) {
+    public static <V> V or(V a, V b) {
 
 Review comment:
   Public API, we should suppress instead

----------------------------------------------------------------
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