MCPcopy Index your code
hub / github.com/jgraph/drawio / DropboxAuthServlet

Class DropboxAuthServlet

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

Source from the content-addressed store, hash-verified

11import javax.servlet.http.HttpServletResponse;
12
13public class DropboxAuthServlet extends DropboxAuth 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…