sanpwc commented on code in PR #931:
URL: https://github.com/apache/ignite-3/pull/931#discussion_r916959393


##########
modules/metastorage-client/src/main/java/org/apache/ignite/internal/metastorage/client/EntryImpl.java:
##########
@@ -48,7 +48,7 @@ public final class EntryImpl implements Entry {
      * @param rev     Revision.
      * @param updCntr Update counter.
      */
-    EntryImpl(@NotNull ByteArray key, @Nullable byte[] val, long rev, long 
updCntr) {
+    public EntryImpl(@NotNull ByteArray key, @Nullable byte[] val, long rev, 
long updCntr) {

Review Comment:
   package-private still seems fine here.



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