Skip to content
Merged
Changes from all commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public class PushbackInputStream extends FilterInputStream {
* The pushback buffer.
* @since 1.1
*/
protected byte[] buf;
protected byte @Nullable [] buf;

/**
* The position within the pushback buffer from which the next byte will
Expand Down