Compare commits

..

No commits in common. 'feature/wyh' and 'main' have entirely different histories.

@ -1 +0,0 @@
1

@ -1 +0,0 @@
2

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

@ -9,17 +9,13 @@ import java.security.Principal;
import java.util.*;
public class AbstractHttpServletRequest implements HttpServletRequest {
// This method returns a Part object based on the given string parameter
@Override
public Part getPart(String s) throws IOException, ServletException {
// Return null as there are no parts
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();
}

Loading…
Cancel
Save