add comment

feature/tx
tx 9 months ago
parent 9a9b4a9acf
commit 803f5b1cb5

@ -20,7 +20,7 @@ public class AbstractHttpServletRequest implements HttpServletRequest {
public Collection<Part> getParts() throws IOException, ServletException { public Collection<Part> getParts() throws IOException, ServletException {
return List.of(); return List.of();
} }
//hello
@Override @Override
public void logout() throws ServletException { public void logout() throws ServletException {

Loading…
Cancel
Save