aweisberg commented on code in PR #66:
URL: https://github.com/apache/cassandra-accord/pull/66#discussion_r1347768359


##########
accord-core/src/main/java/accord/local/PreLoadContext.java:
##########
@@ -162,4 +162,6 @@ static PreLoadContext empty()
     {
         return contextFor(null, Collections.emptyList(), Keys.EMPTY);
     }
+
+    PreLoadContext EMPTY_PRELOADCONTEXT = empty();

Review Comment:
   Huh, certainly don't remember why I created it, but I made it used by having 
`empty()` return the global empty preload context.



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to