This commit is contained in:
@@ -224,7 +224,7 @@ public final class Rest {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
static Map<String, Service> getServiceMap(HttpServlet servlet) {
|
public static Map<String, Service> getServiceMap(HttpServlet servlet) {
|
||||||
if (servlet == null) return null;
|
if (servlet == null) return null;
|
||||||
try {
|
try {
|
||||||
Field ts = servlet.getClass().getDeclaredField(REST_SERVICEMAP_FIELD_NAME);
|
Field ts = servlet.getClass().getDeclaredField(REST_SERVICEMAP_FIELD_NAME);
|
||||||
|
|||||||
Reference in New Issue
Block a user