mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +00:00
Remove double space in BaseTranslogReader (#29400)
My eyes! The goggles do nothing!
This commit is contained in:
parent
e9576806e8
commit
451a328281
@ -106,7 +106,7 @@ public abstract class BaseTranslogReader implements Comparable<BaseTranslogReade
|
||||
/**
|
||||
* reads bytes at position into the given buffer, filling it.
|
||||
*/
|
||||
protected abstract void readBytes(ByteBuffer buffer, long position) throws IOException;
|
||||
protected abstract void readBytes(ByteBuffer buffer, long position) throws IOException;
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user