Skip to content

Commit

Permalink
mark deprecated ReadLineInputStream for removal
Browse files Browse the repository at this point in the history
Signed-off-by: Lachlan Roberts <[email protected]>
  • Loading branch information
lachlan-roberts committed May 25, 2022
1 parent f2e59a0 commit 1c24238
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
*
* Read from an input stream, accepting CR/LF, LF or just CR.
*/
@Deprecated
@Deprecated(forRemoval = true)
public class ReadLineInputStream extends BufferedInputStream
{
boolean _seenCRLF;
Expand Down

0 comments on commit 1c24238

Please sign in to comment.