no message

This commit is contained in:
Sola
2016-03-25 05:32:57 +08:00
parent b8bdca7b37
commit 391a353aee

View File

@@ -80,8 +80,8 @@ public class APIRouter extends HttpServlet {
API.class.getClassLoader().toString(),
CheckSession.class.getClassLoader().toString(),
path.getResources().toString(),
path.getTopLevelClassesRecursive(getClass().getPackage().getName()),
path.getAllClasses()
path.getTopLevelClassesRecursive(getClass().getPackage().getName()).toString(),
path.getAllClasses().toString()
};
return;
}