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.
|
* 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
|
@Override
|
||||||
public String toString() {
|
public String toString() {
|
||||||
|
|
Loading…
Reference in New Issue