MCPcopy
hub / github.com/jgraph/drawio / MSGraphAuthServlet

Class MSGraphAuthServlet

src/main/java/com/mxgraph/online/MSGraphAuthServlet.java:12–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10import javax.servlet.http.HttpServletResponse;
11
12@SuppressWarnings("serial")
13public 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}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…