Compare commits

...

9 Commits

Author SHA1 Message Date
tx f9315a59ad Merge branch 'refs/heads/dev' into feature/tx
1 year ago
tx 803f5b1cb5 add comment
1 year ago
pswqm3ot6 43aff08624 同意合并
1 year ago
tx 9a9b4a9acf add comment
1 year ago
pswqm3ot6 bf59cec8b9 pr
1 year ago
pswqm3ot6 25c29a4040 1
1 year ago
tx 038432066e 3tx
1 year ago
pswqm3ot6 cd95f45bb5 accept pr
1 year ago
tx c39b5d3a6c 2
1 year ago

@ -0,0 +1 @@
1

@ -0,0 +1 @@
2

@ -0,0 +1,3 @@
add
add33
2131

@ -13,12 +13,13 @@ public class AbstractHttpServletRequest implements HttpServletRequest {
public Part getPart(String s) throws IOException, ServletException {
return null;
}
// This method returns a collection of Part objects
@Override
public Collection<Part> getParts() throws IOException, ServletException {
// Return an empty list as there are no parts
return List.of();
}
//hello
@Override
public void logout() throws ServletException {

Loading…
Cancel
Save