We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1a9961 commit f719cfeCopy full SHA for f719cfe
actor/src/main/scala/org/apache/pekko/util/ByteString.scala
@@ -346,7 +346,7 @@ object ByteString {
346
}
347
i = 0
348
while (i < byteCount) {
349
- if (apply(aIndex) != checkBytes(bIndex)) return false
+ if (bytes(aIndex) != checkBytes(bIndex)) return false
350
aIndex += 1
351
bIndex += 1
352
i += 1
@@ -634,7 +634,7 @@ object ByteString {
634
635
636
637
638
639
640
0 commit comments