Skip to content

Commit

Permalink
dummy change
Browse files Browse the repository at this point in the history
  • Loading branch information
timo-a committed Oct 4, 2024
1 parent 473d6f5 commit 7e7d4a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public interface ByteArrayFeeder extends NonBlockingInputFeeder
{
/**
* Method that can be called to feed more data, if (and only if)
* {@link #needMoreInput} returns true.
* {@link #needMoreInput} returnns true.
*
* @param data Byte array that contains data to feed: caller must ensure data remains
* stable until it is fully processed (which is true when {@link #needMoreInput}
Expand Down

0 comments on commit 7e7d4a5

Please sign in to comment.