Skip to content

Commit 592178b

Browse files
committed
Remove double space in BaseTranslogReader (#29400)
My eyes! The goggles do nothing!
1 parent c276854 commit 592178b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/org/elasticsearch/index/translog/BaseTranslogReader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ protected Translog.Operation read(BufferedChecksumStreamInput inStream) throws I
106106
/**
107107
* reads bytes at position into the given buffer, filling it.
108108
*/
109-
protected abstract void readBytes(ByteBuffer buffer, long position) throws IOException;
109+
protected abstract void readBytes(ByteBuffer buffer, long position) throws IOException;
110110

111111
@Override
112112
public String toString() {

0 commit comments

Comments
 (0)