pr #5

Open
pswqm3ot6 wants to merge 4 commits from feature/tx into dev

@ -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