Skip to content

Commit

Permalink
Remove double space in BaseTranslogReader (#29400)
Browse files Browse the repository at this point in the history
My eyes! The goggles do nothing!
  • Loading branch information
jasontedor committed Apr 5, 2018
1 parent c276854 commit 592178b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ protected Translog.Operation read(BufferedChecksumStreamInput inStream) throws I
/**
* 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() {
Expand Down

0 comments on commit 592178b

Please sign in to comment.