Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Replaced an incorrect tab with spaces.
  • Loading branch information
robtimus committed Aug 1, 2019
commit 011391c8124d52a3f2d58f49a00e698ff62d87b3
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public class ClosedReader extends Reader {
*/
@Override
public int read(final char[] cbuf, final int off, final int len) {
return EOF;
return EOF;
}

@Override
Expand Down