nkalmar commented on a change in pull request #907: ZOOKEEPER-3351 - Fix 
findBugs and rat check, add filename to sha
URL: https://github.com/apache/zookeeper/pull/907#discussion_r274944544
 
 

 ##########
 File path: zookeeper-server/src/main/java/org/apache/zookeeper/Version.java
 ##########
 @@ -41,6 +42,8 @@ public static String getBuildDate() {
         return BUILD_DATE;
     }
 
+    @SuppressFBWarnings(value = "RCN_REDUNDANT_NULLCHECK_OF_NULL_VALUE",
+            justification = "If SNAPSHOT is missing from version number this 
is redundant")
 
 Review comment:
   Rephased the message 

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