UmeshPatil-1 commented on code in PR #701:
URL: https://github.com/apache/atlas/pull/701#discussion_r3719862916


##########
repository/src/main/java/org/apache/atlas/repository/graph/AtlasGraphProvider.java:
##########
@@ -144,7 +144,7 @@ private static Integer getMaxRetryCount() {
     private static Long getRetrySleepTime() {
         initApplicationProperties();
 
-        return (applicationProperties == null) ? 30000 : 
applicationProperties.getLong(GRAPH_REPOSITORY_RETRY_SLEEPTIME, 30000);
+        return (applicationProperties == null) ? 30000L : 
applicationProperties.getLong(GRAPH_REPOSITORY_RETRY_SLEEPTIME, 30000L);

Review Comment:
   Not required for ATLAS-5313, this was a minor type-consistency tweak with no 
functional impact, Will revert this to master.



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to