Skip to content

Commit 70b2368

Browse files
nikagradkropachev
andauthored
Apply suggestion from @dkropachev
Co-authored-by: Dmitry Kropachev <[email protected]>
1 parent ed52ca1 commit 70b2368

File tree

1 file changed

+1
-1
lines changed
  • driver-core/src/main/java/com/datastax/driver/core

1 file changed

+1
-1
lines changed

driver-core/src/main/java/com/datastax/driver/core/Message.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ int encodedSize(Request request) {
375375
return messageSize;
376376
}
377377

378-
void encode(Request request, ByteBuf destination, ProtocolFeatureStore featureStore) {
378+
void encode(Request request, ByteBuf destination) {
379379
@SuppressWarnings("unchecked")
380380
Coder<Request> coder = (Coder<Request>) request.type.coder;
381381

0 commit comments

Comments
 (0)