dlmarion commented on code in PR #89:
URL: https://github.com/apache/accumulo-access/pull/89#discussion_r2611198341
##########
src/main/java/org/apache/accumulo/access/BytesWrapper.java:
##########
@@ -22,10 +22,12 @@
import static java.util.Objects.checkFromIndexSize;
import static java.util.Objects.checkIndex;
+import java.io.Serializable;
import java.util.Arrays;
-final class BytesWrapper implements Comparable<BytesWrapper> {
+public final class BytesWrapper implements Comparable<BytesWrapper>,
Serializable {
Review Comment:
Backed out this change in e04689e. Renamed BytesWrapper to BytesImpl and
created a Bytes interface.
--
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]