no message

This commit is contained in:
Sola
2016-03-25 05:10:14 +08:00
parent bbbe15ff9b
commit edba6c2b0e

View File

@@ -71,11 +71,11 @@ public class APIRouter extends HttpServlet {
// resp.sendError(HttpServletResponse.SC_FORBIDDEN);
// obj = nodes;
obj = new Object[]{
Thread.currentThread().getContextClassLoader().getClass().toString(),
getServletContext().getClassLoader().getClass().toString(),
getClass().getClassLoader().getClass().toString(),
Thread.currentThread().getContextClassLoader().toString(),
getServletContext().getClassLoader().toString(),
getClass().getClassLoader().toString(),
getClass().getPackage().getName(),
API.class.getClassLoader().getClass().toString()
API.class.getClassLoader().toString()
};
return;
}