Skip to content

Commit 1c24238

Browse files
mark deprecated ReadLineInputStream for removal
Signed-off-by: Lachlan Roberts <[email protected]>
1 parent f2e59a0 commit 1c24238

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jetty-util/src/main/java/org/eclipse/jetty/util/ReadLineInputStream.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
*
2525
* Read from an input stream, accepting CR/LF, LF or just CR.
2626
*/
27-
@Deprecated
27+
@Deprecated(forRemoval = true)
2828
public class ReadLineInputStream extends BufferedInputStream
2929
{
3030
boolean _seenCRLF;

0 commit comments

Comments
 (0)