| 10 | import javax.servlet.http.HttpServletResponse; |
| 11 | |
| 12 | @SuppressWarnings("serial") |
| 13 | public class MSGraphAuthServlet extends MSGraphAuth implements ServletComm |
| 14 | { |
| 15 | /** |
| 16 | * @see HttpServlet#doGet(HttpServletRequest request, HttpServletResponse response) |
| 17 | */ |
| 18 | public void doGet(HttpServletRequest request, |
| 19 | HttpServletResponse response) throws ServletException, IOException |
| 20 | { |
| 21 | super.doGetAbst(request, response); |
| 22 | } |
| 23 | } |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…