Skip to content

Commit

Permalink
代码优化
Browse files Browse the repository at this point in the history
  • Loading branch information
smthing committed Sep 16, 2024
1 parent 4587069 commit b54bdbc
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

}

0 comments on commit b54bdbc

Please sign in to comment.