From b54bdbcfd4d1beee4a49922899d0317f71497562 Mon Sep 17 00:00:00 2001 From: zhengjw22 Date: Mon, 16 Sep 2024 11:09:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/tech/smartboot/servlet/impl/ServletInputStreamImpl.java | 1 - 1 file changed, 1 deletion(-) diff --git a/servlet-core/src/main/java/tech/smartboot/servlet/impl/ServletInputStreamImpl.java b/servlet-core/src/main/java/tech/smartboot/servlet/impl/ServletInputStreamImpl.java index 10da941..3447800 100644 --- a/servlet-core/src/main/java/tech/smartboot/servlet/impl/ServletInputStreamImpl.java +++ b/servlet-core/src/main/java/tech/smartboot/servlet/impl/ServletInputStreamImpl.java @@ -75,5 +75,4 @@ public int read() throws IOException { public int read(byte[] b, int off, int len) throws IOException { return inputStream.read(b, off, len); } - }