Skip to content

Commit 46f5de9

Browse files
committed
Make DelegatingBytes.getImpl public to avoid copying
Signed-off-by: Luis Pinto <luis.pinto@consensys.net>
1 parent 6ad2c57 commit 46f5de9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bytes/src/main/java/org/apache/tuweni/bytes/v2/DelegatingBytes.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public String toString() {
5454
}
5555

5656
@Override
57-
Bytes getImpl() {
57+
public Bytes getImpl() {
5858
return delegate.getImpl();
5959
}
6060

0 commit comments

Comments
 (0)