Remove double space in BaseTranslogReader (#29400)

My eyes! The goggles do nothing!
This commit is contained in:
Jason Tedor 2018-04-05 17:54:59 -04:00 committed by GitHub
parent e9576806e8
commit 451a328281
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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() {