This commit is contained in:
Redkale
2017-05-23 22:12:55 +08:00
parent ba12df2cba
commit 2653808f8f

View File

@@ -104,7 +104,7 @@ public final class Rest {
return (!controller.name().isEmpty()) ? controller.name() : serviceType.getSimpleName().replaceAll("Service.*$", "").toLowerCase();
}
static <T extends HttpServlet> T createRestWebSocketServlet(final Class userType0, final Class<? extends WebSocket> webSocketType) {
static <T extends HttpServlet> T createRestWebSocketServlet(final Class<? extends WebSocket> webSocketType) {
return null; //待实现
}