We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c276854 commit 592178bCopy full SHA for 592178b
server/src/main/java/org/elasticsearch/index/translog/BaseTranslogReader.java
@@ -106,7 +106,7 @@ protected Translog.Operation read(BufferedChecksumStreamInput inStream) throws I
106
/**
107
* reads bytes at position into the given buffer, filling it.
108
*/
109
- protected abstract void readBytes(ByteBuffer buffer, long position) throws IOException;
+ protected abstract void readBytes(ByteBuffer buffer, long position) throws IOException;
110
111
@Override
112
public String toString() {
0 commit comments