add comment

feature/tx
tx 9 months ago
parent bf59cec8b9
commit 9a9b4a9acf

@ -9,8 +9,10 @@ import java.security.Principal;
import java.util.*;
public class AbstractHttpServletRequest implements HttpServletRequest {
// This method is overridden from the Part interface and is used to get a Part object from the request
@Override
public Part getPart(String s) throws IOException, ServletException {
// This method returns null as there is no implementation for it
return null;
}

Loading…
Cancel
Save